Skip to content

add flag to suppress from pandas import Panel warning. #1094

@SebastianoX

Description

@SebastianoX

Please add flag to suppress the pandas Panel warning:

/home/.../lib/python3.7/site-packages/tqdm/std.py:699: 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

This repeats itself all over the place, when tqdm is called from within a framework that iterates over a page that imports tqdm under the hood!

Also making tqdm pandas or third party libraries agnostic would be good. This would relieve some heavy duty from developers.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions