Introduction To Pandas

Table Of Contents:

  1. What Is Pandas ?
  2. Why To Use Pandas ?

(1) What Is Pandas?

  • Pandas is an open-source Python library developed by Wes McKinney in 2008.
  • Pandas provide a data container that is used to store 1D, 2D and 3D data.
  • Pandas provide varieties of in-built methods, that can be used for data handling purposes.
  • Like in SQL you write queries to retrieve and manipulate a dataset, similarly, you can use Pandas to do the operations in Python.
  • Pandas is a well-known popular Python library, that Data Scientists are used for their data analysis activity.
  • Pandas is an easy-to-learn library, so let’s get started.

(2) Why To Use Pandas ?

  • Pandas make your life easier by providing different in-built methods, which you will use for data analysis.
  • By Pandas you can perform multiple operations like,
  1. Data Retrieval.
  2. Data Filtering.
  3. Data Normalization.
  4. Merges and Joins.
  5. Data Visualization.
  6. Statistical Analysis.
  7. Data Conversions.
  8. Loading and Saving Data.
  9. And much more.

Leave a Reply

Your email address will not be published. Required fields are marked *