Add support for pandas arrays
Open
improve
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
RIght now datatable frames cannot be created from `pd.array()`
```python
>>> import datatable as dt
>>> import pandas as pd
>>> PD = pd.array([1, 2, None])
>>> DT = dt.Frame(PD)
TypeError: Cannot create Frame from
```
Originally posted by @pseudotensor
Contributor guide
Assessment
This issue has not been assessed yet.