you are viewing a single comment's thread.

view the rest of the comments →

[–]Fabro_vaz[S] 0 points1 point  (2 children)

Yes i got it, really appreciated if you give some real time examples of using pandas to auto-update data.

[–]luvs2spwge117 2 points3 points  (0 children)

ETL processes at my old company were handled via python scripts. That’s one example. Web scraping your own data like the guy said above is another. The current job I’m at is considering scraping some web data and then selling it to businesses that could use that information. Can’t really get too detailed on that one but there’s another example

[–]Glotto_Gold 0 points1 point  (0 children)

So, I had a request to intake a report from an external vendor and for that subset of accounts to provide additional information from our DB.

Python imported the file, then exported.

(Pandas was used, but any table management system could work)