1.install pandas
pip3 install pandas
it will install numpy as well
2.install scipy(Calculation package)
pip3 install scipy
3.install matplotlib(Visualization Package)
pip3 install matplotlib
this lib is used to plot data
after installing the three package above,you can try the function of pandas.
read this site,you can quickly grasp how to use pandas:
http://pandas.pydata.org/pandas-docs/stable/10min.html