-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
eol ☠Deprecations that are wont-fix candidatesDeprecations that are wont-fix candidatesinvalid ⛔Not-an-issue or upstream (not-our-issue)Not-an-issue or upstream (not-our-issue)p0-bug-critical ☢Exception rasingException rasingp3-enhancement 🔥Much new such featureMuch new such featuresubmodule ⊂Periphery/subclassesPeriphery/subclassesto-merge ↰ImminentImminent
Milestone
Description
It looks like pandas.Panel
is being deprecated:
In [1]: import pandas
[ins] In [2]: pandas.__version__
Out[2]: '0.25.1'
[ins] In [3]: import tqdm
[ins] In [4]: tqdm.__version__
Out[4]: '4.36.1'
[ins] In [5]: tqdm.tqdm.pandas()
/progs/miniconda3/lib/python3.7/site-packages/tqdm/std.py:648: FutureWarning: The Panel class is removed from pandas. Accessing it from the top-level namespace will also be removed in the next version
from pandas import Panel
I haven't been able to find any other issues on this, so I figured I'd give you wonderful folks a heads up.
Is it going to be difficult to replace Panel
?
SebastianoX
Metadata
Metadata
Assignees
Labels
eol ☠Deprecations that are wont-fix candidatesDeprecations that are wont-fix candidatesinvalid ⛔Not-an-issue or upstream (not-our-issue)Not-an-issue or upstream (not-our-issue)p0-bug-critical ☢Exception rasingException rasingp3-enhancement 🔥Much new such featureMuch new such featuresubmodule ⊂Periphery/subclassesPeriphery/subclassesto-merge ↰ImminentImminent