0% found this document useful (0 votes)
4 views

1 Pandas Introduction

Uploaded by

umadataengg
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

1 Pandas Introduction

Uploaded by

umadataengg
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

##### What is Pandas?

Pandas is a Python library used for working with data sets.


It has functions for analyzing, cleaning, exploring, and manipulating data.

#### Why Use Pandas?


Pandas allows us to analyze big data and make conclusions based on statistical
theories.

Pandas can clean messy data sets, and make them readable and relevant.

Relevant data is very important in data science.

#### Pandas gives you answers about the data. Like:

Is there a correlation between two or more columns?


What is average value?
Max value?
Min value?

####Pandas gives you answers about the data. Like:

Is there a correlation between two or more columns?


What is average value?
Max value?
Min value?

Pandas are also able to delete rows that are not relevant, or contains wrong
values,
like empty or NULL values.
This is called cleaning the data.

You might also like