Pandas ImportError: matplotlib is required for plotting
Installing matplotlib before installing pandas again made it work.
I got the same error in Jupyter Lab. The solution is (after install of matplotlib):
Click Restart the Kernel
button in the toolbar;
or
Choose menu item Kernel
=>Restart Kernel and Run All Cells...
, and click Restart
in the confirmation dialog
Done!