Download presentation
Presentation is loading. Please wait.
1
Excel Made Easy with Python(Pandas)
Sudarshan Gadhave Data Analyst –John Deere
2
Python General Purpose , interpreted , High level programming Language
Design Philosophy :- Code readability Clear and expressive Syntax Supports Multiple programming paradigms Open Source / Large Community Easy to learn & fun to use Can be used for Web , Games Development Major Websites built using Python - Dropbox , Instagram , Pinterest , Quora Runs on anything (including AWS)
3
Python Code Samples
4
Pandas Python Library for Data manipulation and Analysis Open Source
In-memory Data Structures Series Data Frame Read and Analyze CSV , Excel Sheets Easily Operations Filtering Group By Merging Slicing and Dicing Pivoting and Reshaping Plotting graphs
5
Case Study : Analyzing Titanic Passengers Data
6
Reading Data in Pandas DataFrame Columns Index
7
Understanding Data
8
Understanding Data continued…..
9
Selection
10
Filtering
11
Creating New Columns/Data
12
Operations : Group By Apply Combine Split
13
Pivot tables
14
Joining
15
Plotting
16
Writing output to Excel/CSV
17
How to Install Python/Pandas
18
Further Reading Python basics Lets Lean Python Video Series on YouTube
Learn Python the Hard Way eBook Pandas Data Analysis in Python with Pandas on YouTube 10 Min to Pandas
Similar presentations
© 2025 SlidePlayer.com Inc.
All rights reserved.