Open github-actions[bot] opened 2 years ago
I use dask in my project and recently ran into a weird problem - I need differentiate between dask and pandas dataframes in some places so I use the following if
import dask.dataframe as dd if isinstance(df, dd.DataFrame): #some sp…
Read the full article on the following website:
https://stackoverflow.com/questions/70893440/difference-between-dask-dd-dataframe-and-dd-core-dataframe
Martin Durant has answered. :)
I use dask in my project and recently ran into a weird problem - I need differentiate between dask and pandas dataframes in some places so I use the following if
Would you like to know more?
Read the full article on the following website:
https://stackoverflow.com/questions/70893440/difference-between-dask-dd-dataframe-and-dd-core-dataframe