Some Pandas Techniques For Data Manipulation In Python.
Pandas is a python tool for data manipulation. It was created by Wes McKinney in 2008. Pandas is built on two important python packages, NumPy and Matplotlib. NumPy s for accessing and analyzing data and Matplotlib for visualization data.
In this tutorial, I will be explaining five simple techniques that are essential in handling data in python.
Exploratory Data Analysis
Sorting dataframe