Pandas Library
Pandas Library
- Salma Shaikh
Pandas Logo:
Introduction:
1. Pandas is a Python library used for working with data sets. It has
functions for analyzing, cleaning, exploring, and manipulating data.
The name "Pandas" has a reference to both "Panel Data", and
"Python Data Analysis" and was created by Wes McKinney in 2008.
2. The panda's library has emerged into a power house of data
manipulation tasks in python since it was developed in 2008. With
its intuitive syntax and flexible data structure, it's easy to learn and
enables faster data computation.
3. It is mainly used for data analysis and associated
manipulation of tabular data in Data Frames. Pandas allows
importing data from various file formats such as comma-
separated values, JSON, Parquet, SQL database tables or
queries, and Microsoft Excel.
4. Pandas is one of the most widely used python libraries in
data science. It provides high-performance, easy to use
structures and data analysis tools.
5. A Pandas is an open source, providing high-performance,
easy-to-use data structures and data analysis tools for the
Python programming language.
Features of pandas:
output:
100 a
101 b
102 c
103 d
type: object
Thank You