-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
feature request 💬Requests for new featuresRequests for new features
Description
Missing functionality
I'm always frustrated when I want to upgrade my pandas package to 1.0 but I'm met with:
ERROR: pandas-profiling 2.4.1 has requirements pandas == 0.25.3, but you'll have pandas 1.0.0 which is incompatible.
Proposed feature
To be able to use pandas 1.0 package with pandas-profiling.
Alternatives considered
Just change the the pandas dependency from pandas == 0.25.3 to pandas >= 0.25.3
Additional context
Reading requirements.txt stating that pandas-profiling has a dependency
pandas == 0.25.3
Pandas has recently release 1.0, I wish to continue to use pandas-profiling along with 1.0
iamqingmei, gautierdag, snmz216, ColdTeapot273K, sparvaneh and 1 more
Metadata
Metadata
Assignees
Labels
feature request 💬Requests for new featuresRequests for new features