Python Ds
Python Ds
Data Analytics
Course Outline
• Python
• I have experience with Python
• I have experience with programming, but not with Python
• I have no experience with programming
• Data analytics
• I have experience with data analytics
• I have no experience with data analytics
What Is Data Analytics?
Decision Making
Problem
Insight Decision
Development Making
Requirement Data Data Data
Understanding Understanding Preparation Exploration
Modeling &
Deployment
Evaluation
Data Analytics
AI
Machine Learning
The goals are different!
• AI: intelligence
Deep Learning • Data analytics: insight
Python as a Programming Language
Python is a general-purposed
high-level programming language
• Web development
• Networking
• Scientific computing
• Data analytics
• …
Python as a Data Analytics Tool
Library Usage
numpy, scipy Scientific & technical computing
pandas Data manipulation & aggregation
mlpy, scikit-learn Machine learning
theano, tensorflow, keras Deep learning
R Vs. Python
R came from the statisticians community,
whereas Python came from the computer scientists community
It’s up to you to choose the one that best fits your needs
For detailed comparison, refer to https://www.datacamp.com/community/tutorials/r-or-python-for-data-analysis
21
Start Jupyter notebook
jupyter notebook
25
Loading Python Libraries
25
Reading data using pandas
Note: The above command has many optional arguments to fine-tune the data import process.
25
Exploring data frames
Out[3]:
25
Data Frames methods
df.method() description
head( [n] ), tail( [n] ) first/last n rows
25
Any Doubts ?
THANK YOU !!
25