Playing with DATA using

Python & Pandas

  • Abhijeet Mote,
  • Software Development Engineer @ UST Global, Malaysia
  • Open Source Evangelist
  • Teaching Open source technologies
  • Helping students in final year projects

 

Twitter   :   @abhijeet_mote

Github   :   abhijeetmote

email Id :   abhijeetmote@gmail.com

@whoami 

What is this workshop about?

Learning Pandas

How to Wrangling with Data

Data Technology

Data is new Gold

Make sense of this data

We will See how Extraction Transformation & Loading 

Prerequisite Softwares

  • Python 3.X
  • Pandas 
  • Numpy
  • Anaconda distribution(Recommended)

 

Installation using pip

​​

pip install <package name>

 

example:

 

 

pip install pandas
pip install numpy
pip install matplotlib

Installation using Conda

​​

pip install <package name>

 

example:

 

 

conda install pandas
conda install numpy
conda install matplotlib
  • Easy to install
  • Agile data exploration
  • Powerful data analysis
  • Simple to collaborate
  • Accessible to everyone

 Introduction to

Pandas 

What is Pandas?

  • Data import

  • Filtering

  • Aggregating

  • Merging

  • Data Export

  • Histogram and Scatter Plots

  • Series

  • DataFrames

Pandas data structures

What is series?

  • one-dimensional labeled array

  • capable of holding any type data of  

  • similar to ndArray

 

What is DataFrame

  • Potentially columns are of different types
  • Size – Mutable
  • Labeled axes (rows and columns)
  • Can Perform Arithmetic operations on rows and columns

Happy Learning Thanks :)

Twitter   :   @abhijeet_mote

Github   :   abhijeetmote

email Id :   abhijeetmote@gmail.com

Playing With DATA using Python & Pandas

By abhijeet mote

Playing With DATA using Python & Pandas

  • 791