coiled / dask-community

Issue tracker for the Dask community team
MIT License
2 stars 0 forks source link

[Stack Overflow] Using dask to return more than one dataframe #825

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

I am using read_csv() to read a long list of csv files and return two dataframes. I have managed to speed up this action by using dask. Unfortunately, I have not been able to return multiple variables when using dask.

The minimum working example below r…


Would you like to know more?

Read the full article on the following website:

https://stackoverflow.com/questions/71710470/using-dask-to-return-more-than-one-dataframe

pavithraes commented 2 years ago

Sultan's answer sounds good!