Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
IT & Software Other IT & Software Data Analysis

Learn Python Libraries For Data Analysis & Data manipulation

Learn Python Pandas, Matplotlib & Seaborn. Read CSV, Excel, SQL, JSON, HTML etc. Datasets.
Rating: 4.3 out of 54.3 (5 ratings)
71 students
Created by Ankit Srivastava
Last updated 6/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Python Pandas Library and Its Methods
  • Reading Data from Sources like CSV, Excel, Html, Json, Json API, Dictionary, etc, using Python Pandas
  • Handling Missing Data in Datasets
  • Working with TIme Series Datasets
  • Use of Matplotlib Library For Plotting Graphs like Line Graph, Bar Graph, Histogram, Pie Chart etc.
  • Use of Seaborn Library For Plotting Graphs like Line , Bar, Distplot, Catplot, Swarmplot etc.
  • Exploratory Data Analysis on Titanic Dataset
  • Exploratory Data Analysis on GOT Dataset
  • Exploratory Data Analysis on Historial Stock Data ( From JSON API)
  • Exploratory Data Analysis on Restaruant Tips Dataset

Requirements

  • Basic Knowledge of Python
  • Knows how to install applications on computer

Description

Lecture 2:Introduction to Python Pandas

Lecture 3:How to Install Python Pandas on Computer

Lecture 4:Data Structures in Python Pandas

Section 2:Pandas Series

Lecture 5:How to Create Pandas Series from Scratch

Lecture 6:How to Create Pandas Series Using Ndarray and Dictionary

Section 3:Pandas Dataframes

Lecture 7:Creating Your First Dataframe

Lecture 8:Creating a Datafram Using Python Lists

Lecture 9:Create an indexed DataFrame using arrays

Lecture 10:Getting Data of a Row or Multiple Rows in Pandas Dataframe

Lecture 11:Basic Operations on Pandas Dataframes - Using Some Methods and Attributes

Lecture 12:Setting and Resetting Index of a Dataframe

Lecture 13:How to Locate Values On the basis of Index Name

Section 4:Reading CSV Files - With Exploratory Data Analysis on Dataset

Lecture 14:Reading CSV Files EDA On GOT Dataset Part 1

Lecture 15:Reading CSV Files EDA On GOT Dataset Part 2

Lecture 16:Read Excel OR Csv File and Write to an Excel Or CSV File

Section 5:Handling Missing Data

Lecture 17:Handdling Missing Data in Dataframes - Fillna Method

Lecture 18:Handdling Missing Data in Dataframes - Fillna Method Continued

Lecture 19:Interpolation in Dataframes - Handling Missing Data

Lecture 20:Replace Methodd in Dataframes - Handling Missing Data

Lecture 21:Groupby in Python Pandas on Columns with repeating values

Lecture 22:Concatenate Dataframes and visualize them

Section 6:Connecting Pandas Dataframe with MySQL Server Database

Lecture 23:How to Connect Pandas With MySQL Server Database

Lecture 24:Use of Merge Method in Python Pandas

Section 7:Reshaping DataFrames in Pandas

Lecture 25:Pivot and Pivot_Table Methods in Python Pandas

Lecture 26:Stack and Unstack Methods in Python Pandas

Lecture 27:Melt Method for Data Manipulation in Pandas

Lecture 28:Crosstab method in Python Pandas

Section 8:Working with Time Series Data in Pandas

Lecture 29:DatetimeIndex in Python Pandas - Time Series

Lecture 30:date_range() method in Python Pandas - Time Series

Lecture 31:to_datetime() Method in Python Pandas

Section 9:Working with JSON Data Using JSON Module and Pandas Module

Lecture 32:What is JSON

Lecture 33:What is an API ?

Lecture 34:JSON API Weather Data Analysis Project Using Python Pandas and Matplotlib

Lecture 35:Stock Price Data From JSON API Analysis using Python Libraries

Section 10:EDA on Titanic Dataset from Scratch

Lecture 36:Exploratory Data Analysis on Titanic Dataset - Pie Chart and Drop

Lecture 37:Correlation Matrix or Heatmap using Seaborn EDA on Titanic Dataset

Lecture 38:Analysis of Parch and Sibsp Columns in Titanic Dataset - 3 Graphs Side By Side

Lecture 39:Histogram Plot and Kernel Density Estimation Using Python

Section 11:Restaurant Tips Dataset

Lecture 40:Scatter Plot using Python Libraries on Tips Dataset

Who this course is for:

  • Beginner Python Developers curious about Data Science
  • College or School Students who want to Learn Data Analysis

Course content

14 sections • 50 lectures • 14h 50m total length

  • Preview21:53
  • Preview07:10
  • How to Install Python Pandas on Computer
    21:36
  • Data Structures in Python Pandas
    06:11

  • How to Create Pandas Series from Scratch
    21:34
  • How to Create Pandas Series Using Ndarray and Dictionary
    39:33

  • Preview18:44
  • Creating a Datafram Using Python Lists
    06:33
  • Create an indexed DataFrame using arrays
    05:08
  • Getting Data of a Row or Multiple Rows in Pandas Dataframe
    07:38
  • Basic Operations on Pandas Dataframes - Using Some Methods and Attributes
    29:16
  • Setting and Resetting Index of a Dataframe
    18:09
  • How to Locate Values On the basis of Index Name
    06:18

  • Reading CSV Files EDA On GOT Dataset Part 1
    19:19
  • Reading CSV Files EDA On GOT Dataset Part 2
    27:41
  • Read Excel OR Csv File and Write to an Excel Or CSV File
    16:53
  • EDA on GOT Data Part 3 - Grouped Bar Chart
    08:57
  • What is a Box Plot or Box Whisker Plot ?
    11:44

  • Handdling Missing Data in Dataframes - Fillna Method
    28:21
  • Handdling Missing Data in Dataframes - Fillna Method Continued
    13:32
  • Interpolation in Dataframes - Handling Missing Data
    24:29
  • Replace Methodd in Dataframes - Handling Missing Data
    09:59
  • Groupby in Python Pandas on Columns with repeating values
    15:32
  • Concatenate Dataframes and visualize them
    13:59

  • How to Connect Pandas With MySQL Server Database
    42:38
  • Use of Merge Method in Python Pandas
    23:51

  • Pivot and Pivot_Table Methods in Python Pandas
    23:15
  • Stack and Unstack Methods in Python Pandas
    22:37
  • Melt Method for Data Manipulation in Pandas
    15:11
  • Crosstab method in Python Pandas
    25:54

  • DatetimeIndex in Python Pandas - Time Series
    22:15
  • date_range() method in Python Pandas - Time Series
    17:27
  • to_datetime() Method in Python Pandas
    21:37

  • What is JSON
    05:56
  • What is an API ?
    17:41
  • JSON API Weather Data Analysis Project Using Python Pandas and Matplotlib
    35:55
  • Stock Price Data From JSON API Analysis using Python Libraries
    24:35

  • Exploratory Data Analysis on Titanic Dataset - Pie Chart and Drop
    14:28
  • Correlation Matrix or Heatmap using Seaborn EDA on Titanic Dataset
    08:37
  • Analysis of Parch and Sibsp Columns in Titanic Dataset - 3 Graphs Side By Side
    14:15
  • Histogram Plot and Kernel Density Estimation Using Python
    27:10

Instructor

Ankit Srivastava
Founder - SlideScope.com
Ankit Srivastava
  • 4.1 Instructor Rating
  • 111 Reviews
  • 4,279 Students
  • 8 Courses

I am an IT professional with 10 Years of experience in the field of Digital Marketing , Web Development and Training. I have developed more than 200 websites using various programming languages. I have worked on Digital Marketing projects of 50+ clients .I teach Python. Asp Dot net (C#) , SQL, PHP, Wordpress, Data Analytics and Machine Learning. Using my videos and lectures you will be able to create software applications, web applications, relational databases and much more.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.