Skip to content

pandas 1.0 support. #367

@smartXHKboi

Description

@smartXHKboi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions