/pandas-library-tutorial

Powerful package for data analysis and statistics

Primary LanguageJupyter Notebook

pandas-library-tutorial

Pandas is a powerful Python package for data manipulation and analysis. Allows importing data from various file formats such as comma-separated-values, JSON, SQL, Microsoft Excel. Pandas allow various data manipulation operations such as merging, reshaping, selecting, as well as data cleaning, data wrangling features, and perform some statistics operations.

For a Data scientist, this is a very useful tool to work with nowadays.

In this repository I will show you some code to start work with your data.