coiled / dask-community

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

[Stack Overflow] Joining two Dask df #1388

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

I am trying to join two very big dask dataframes on an object column named patent_string.

I am doing this through the following command:

dask_df1.join(dask_df2, on='patent_string',how='inner',lsuffix='left', rsuffix='right')

after having convered th…


Would you like to know more?

Read the full article on the following website:

https://stackoverflow.com/questions/73688944/joining-two-dask-df