I am using TQDM's progress_apply function in Jupyter notebook, but get a future warning (as below) when importing the module using:
from tqdm.notebook
import tqdm tqdm.pandas()
future Warning ....\lib\site-packages\tqdm\std.py:697: FutureWarning: The Panel class is removed from pandas. Accessing it from the top-level namespace will also be removed in the next version
How would I correct my code to future proof this?