Install in windows
https://data-flair.training/blogs/install-pandas-on-windows/
Loading
Install in windows
https://data-flair.training/blogs/install-pandas-on-windows/
sudo apt update -ysudo apt upgrade -ysudo apt install python3-tk python3-pip -ysudo pip install numpy -y
conda install -c anaconda pandas
https://docs.anaconda.com/anaconda/navigator/tutorials/pandas/
For a detailed tutorial on Python Pandas please visit https://www.c-sharpcorner.com/article/a-complete-pandas-tutorial/