Skip to content

Pandas.Panel FutureWarning may become Error #824

@StanczakDominik

Description

@StanczakDominik

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions