coiled / dask-community

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

[Stack Overflow] Difference between DASK dd.DataFrame and dd.core.Dataframe #375

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 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…

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

pavithraes commented 2 years ago

Martin Durant has answered. :)