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.
Please add flag to suppress the pandas Panel warning:
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.