Install Anaconda on your machine. Open the Anaconda Prompt after installation of Anaconda and run the following commmands:
$ conda install pandas
Next, start up JupyterLab:
$ jupyter lab
This tutorial covers the basics of pandas looking at DataFrame and Series.
This tutorial covers how to read CSV files and how to export different types files (excel).