Up1

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 5

LIBRARY PANDAS AND

ITS DIFFERENT
FUNCTIONS
PRESENTED BY: SUHAIM AHMED
ID:GJ2019071321013
INTRODUCTION

• Python is one of the most widely used language for Data Analysis and Data
Science. Python is easy to learn, has a great online community of learners and
instructors, and has some really powerful data-centric libraries. Pandas is one
of the most important libraries in Python for Data Analysis, and Data Science.
WHAT IS PANDAS?

• pandas is a software library written for the Python programming language for
data manipulation and analysis. In particular, it offers data structures and
operations for manipulating numerical tables and time series. It is free
software released under the three-clause BSD license. The name is derived
from the term "pane data", an econometrics term for data sets that include
observations over multiple time periods for the same individuals.Its name is a
play on the phrase "Python data analysis" itself. Wes McKinney started
building what would become pandas at AQR Capital while he was a researcher
there from 2007 to 2010.

FEATURES OF PANDAS
• It has a DataFrame Object with customized indexing.
• We can reshape data sets.
• We can perform aggregations and Transformations on the data sets
• It is used for data alignment and integration of the missing data.
• It provides the functionality of Time Series.
• Handle multiple operations of the data sets such as subsetting,
• slicing, filtering, groupBy, re-ordering, and re-shaping.
USAGE OF PANDAS
• Modeling
• Visualization
• High Performance Computing
• Big Data
• Statistical Computing
• Numerical
• Computing
• Data Mining
• Text Processing
• Computing Language
• Educational Outreach
• Computational thinking

You might also like