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

Support for pandas v2 #959

Open franperezlopez opened 1 year ago

franperezlopez commented 1 year ago

Is your feature request related to a problem? Please describe. I can't install dataprepr and pandas v2, due to dataprep requiring pandas<2.0,>=1.1

Describe the solution you'd like Support for pandas v2 and other dependencies. This is the full error about dataprep dependencies:

dataprep 0.4.5 requires jinja2<3.1,>=3.0, but you have jinja2 3.1.2 which is incompatible.
dataprep 0.4.5 requires pandas<2.0,>=1.1, but you have pandas 2.0.0rc0 which is incompatible.
dataprep 0.4.5 requires python-crfsuite==0.9.8, but you have python-crfsuite 0.9.9 which is incompatible.
dataprep 0.4.5 requires regex<2022.0.0,>=2021.8.3, but you have regex 2022.10.31 which is incompatible.
dataprep 0.4.5 requires sqlalchemy==1.3.24, but you have sqlalchemy 2.0.4 which is incompatible.
dataprep 0.4.5 requires varname<0.9.0,>=0.8.1, but you have varname 0.11.0 which is incompatible.

related with https://github.com/sfu-db/dataprep/issues/934

nirmals-workspace commented 1 year ago

Me too facing this issue right now. But as far as I have seen dataprep team is not so responsive.... So, I don't think they will respond to this query.

dovahcrow commented 1 year ago

Hi @franperezlopez @Nirmal7781 , Yeah, right now, we are upgrading the dependencies, including pandas 2. One issue is some compatibility issues with dask and pandas 2 (e.g. https://github.com/dask/dask/issues/9915). I'm doing the investigation right now.

nirmals-workspace commented 1 year ago

Thank you so much @dovahcrow .... That's some great thing to hear.... Hope you guys would come up with a new version ASAP.... Good day....