Actor Output

I'm making some scrapers for financial data. I want to output the data so that when the user downloads as CSV or Excel, they actually get a clean set of data. In the code, it's scraped and then I use pandas to parse it how I want. But whenever I return the pandas dataframe its just an ugly string missing AAAALL the data. I have also tried making the df into a dict and then returning it, but when i download the CSV it's just two lines, where the second on is all the data in a dict, nothing is in CSV format.
1 Reply
Pepa J
Pepa J3y ago
Hello @rhino, may you provide us with Minimal reproducible example of code?

Did you find this page helpful?