sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
1.97k stars 201 forks source link

How to Support Arrow Dataframe or Duckdb in EDA. #962

Open akash-goel opened 1 year ago

akash-goel commented 1 year ago

Hi Team,

we want to retrieve the data from duckdb and do the Analysis for that .I have checked the documentation and I am not able to find the duckdb connector , I have tried with Arrow Dataframe and for that also I am getting below issue

AttributeError: 'pyarrow.lib.Table' object has no attribute 'index'

Request you to guide how we can support duckdb or arrow data frame.

Regards, Akash