David Huntley
David Huntley
Removing the tornado dependency if possible would be helpful. Currently dataprep and jupyter notebook don't play well together because dataprep is forcing tornado=5.0.2. The issue is on jupyter, because they've...
I also see that dataprep is also forcing pandas=1.0, numpy=1.18 and scipy=1.4. Given that these are workhorse modules for the dataprep audience, it would also be valuable to loosen these...
When I use ```.astype('object')```, it works normally (i.e. no crashes). Would it be helpful to get a dump of the package versions in my environment?