When trying to import pandas as pd i get the following error in Jupyter notebook:
C:\Users\XXXX\Anaconda3\lib\site-packages\pandas\_testing.py:24: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar.
import pandas._libs.testing as _testing
I have a local Anaconda3 installation running. I am sitting on Windows 10 behind a corporate firewall. Deinstalling/Reinstalling just the pandas package with conda didn't work. Maybe someone has a solution to change a local .py file. The old solutions which i found on stack overflow are not working for me.