Basic Panda’s functions for dataset manipulation in Python

Handling a small amount of data is not a big deal. But how about if somebody gives you a large volume of data to reorganize. Data can be census data of all the countries, it can be astronomical data, or can be a large volume of medical image data which can have the size of around a few terabytes. For this Panda can be one of the most suitable option. it has the broader goal of becoming the most powerful and flexible open source data analysis/manipulation tool available in any language. Here are some of the most basic commands that you can use while handling your large dataset. Continue reading….