pd.concat() of dictionaries [FEA]
Open
feature request
Python
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Missing Pandas Feature Request**
Please implement concatenation of dictionaries, as shown at the very bottom of the page in the [Pandas package](https://pandas.pydata.org/docs/reference/api/pandas.concat.html). Currently, cudf only supports DataFrame and Series objects; dictionaries would be a very useful addition.
**Additional context**
The following should return a cudf DataFrame stored in GPU ram.
Input >> `cudf.concat({'a': 1.1, 'b': 2.2}, axis=1)`
Stored variable >>
'a' | 1.1
'b' | 2.2
Contributor guide
Assessment
This issue has not been assessed yet.