Introduction to Pandas in Python

 WHAT IS PANDAS?

  • Pandas is an Open Source Python package.
  • It used to work with data sets.
  • Mostly used for Data Analysis and Machine Learning tasks.
  • The name Pandas have derived from the word ''Panel Data" which means Econometrics from multidimensional data. 
  • The name Pandas is also a reference to "Python Data Analysis"
  • Pandas is developed by Wes McKinney in 2008.




FEATURES:

  • High-Performance Data Analysis Tool.
  • Works with large data sets easily.
  • Support or load files with different formats.
  • Represents the data in Tabular format [Rows and Columns].
  • Works on missing data.
  • Indexing - Slicing - Subsetting the large data sets.
  • Merge and Join the two different data sets easily.
  • Pivoting and Reshaping data sets.


BENEFITS:

  • Data Representation.
  • Shorten the procedure of handling data.
  • Efficiently handle large data.
  • More flexible and customizable.
  • An extensive set of features.




Thanks for choosing our blog 😊. 


Comments

Popular posts from this blog

MySQL Tutorial Part 1

Pandas DataFrame empty

Introduction to Java