coiled / dask-community

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

[Stack Overflow] Assign list of dict values to column in dask dataframe #1386

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

I have a list of dictionaries computed(using pandas) as below. But when I try the same with dask it throwing me a error

TypeError: Column assignment doesn't support type list

`df['closingDate'] = [{'bin': 1,'date': row['closingdate'].date(), 'hour'…


Would you like to know more?

Read the full article on the following website:

https://stackoverflow.com/questions/73689242/assign-list-of-dict-values-to-column-in-dask-dataframe