Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Pandas Bootcamp 2022: Complete Pandas Walkthrough
Rating: 4.4 out of 5(241 ratings)
6,812 students

Pandas Bootcamp 2022: Complete Pandas Walkthrough

Analyze data quickly and easily with Python's powerful pandas library!
Created byML Labs
Last updated 3/2022
English
English [Auto],

What you'll learn

  • Learn Pandas based on NEW Version 1.x (the days of versions 0.x are over)
  • Analyze, visualize, and understand your Data with Pandas
  • Learn and master important Statistical Concepts with Pandas
  • Learn and master the most important Pandas workflows for Data Science

Course content

1 section16 lectures1h 55m total length
  • Introduction to Pandas2:34

    Install and import pandas to perform data analysis and machine learning with this powerful Python library, featuring aggregations, group by, and inbuilt visualizations.

  • Introduction to Pandas Series6:24

    Learn how to create and manipulate a Pandas series from a list or a dictionary, define or infer an index, and apply basic operations on its values.

  • Introduction to Pandas Inbuilt Methods6:11

    Explore built-in pandas series methods, including creation, index assignment, and common aggregations. Learn to use head, tail, min, max, mean, standard deviation, variance, unique, and value_counts to analyze data.

  • Pandas DataFrame Introduction9:52

    Explore data frames as a multi-column extension of series, illustrated with Excel-like tables, and show creation from lists, dictionaries, and numpy with configurable columns, indexes, and values.

  • Pandas Index Selecting and Filtering Data7:51

    Learn Pandas indexing, filtering, and selection on a dummy dataset, including reading data from Excel, querying single or multiple columns, and subsetting rows by index with head and tail.

  • Pandas Inbuilt Methods7:05

    Learn to use pandas inbuilt methods for statistics, algebra, visualizations, and aggregations; apply min, max, sum, and mean to columns, view rows with head, and inspect data types.

  • Descriptive Statistics18:14

    Explore descriptive statistics with Pandas, computing mean, median, mode, variance, standard deviation, and quartiles with interquartile range on a four-city sales dataset.

  • Describe Method4:34

    Discover how the describe method yields descriptive statistics for numerical and character data, including mean, standard deviation, quartiles, min, max, and counts or frequencies for categories, facilitating exploratory data analysis.

  • Null Values, Fill NA, Drop NA11:23

    Learn to handle missing data in pandas with fillna and dropna, choose median or mean for filling, and drop rows or columns using any or all nulls.

  • Crosstabs3:37

    Learn to build crosstabs, cross-tabulations that summarize data across locations, number of days, and promotions yes/no. Start with two columns and extend to three or more dimensions.

  • Cut Method5:14

    Apply the cut method to create bins from data ranges, assign each value to a bucket, and optionally label bins as low, medium, and high for analysis.

  • Drop and Rename4:14

    Learn how to drop columns or rows and rename columns or the index in pandas, using axis and inplace to commit changes to a manufacturing dataset.

  • Dummy Variables5:24

    Learn how to convert a categorical column into numerical features using pandas get_dummies, creating dummy variables for gender (male and female) with one-hot encoding.

  • Groupy Functions6:39

    Learn how the group by function aggregates data by origin or multiple columns, then apply sum or mean to each group using a car manufacturing dataset.

  • Index Set and Reset3:58

    Learn how to set a column as the index in pandas, compare default and customized indexes, and reset the index to its original state, with in-place options.

  • Merge in Python12:39

    Explore how to merge datasets in Pandas using inner, left, right, full outer, and cross joins, with practical examples on two dataframes and common keys.

Requirements

  • A desktop computer (Windows, Mac, or Linux) capable of storing and running Anaconda. The course will walk you through installing the necessary free software.
  • An internet connection capable of streaming videos.
  • Ideally some Spreadsheet Basics/Programming Basics (not mandatory, the course guides you through the basics)

Description

Data Analysis with Pandas and Python offers 19+ hours of in-depth video tutorials on the most powerful data analysis toolkit available today. Lessons include:

  • installing

  • sorting

  • filtering

  • grouping

  • aggregating

  • de-duplicating

  • pivoting

  • munging

  • deleting

  • merging

  • visualizing

and more!


Why learn pandas?

If you've spent time in a spreadsheet software like Microsoft Excel, Apple Numbers, or Google Sheets and are eager to take your data analysis skills to the next level, this course is for you!

Why should you learn Pandas?

The world is getting more and more data-driven. Data Scientists are gaining ground with $100k+ salaries. It´s time to switch from soapbox cars (spreadsheet software like Excel) to High Tuned Racing Cars (Pandas)!

Python is a great platform/environment for Data Science with powerful Tools for Science, Statistics, Finance, and Machine Learning. The Pandas Library is the Heart of Python Data Science. Pandas enables you to import, clean, join/merge/concatenate, manipulate, and deeply understand your Data and finally prepare/process Data for further Statistical Analysis, Machine Learning, or Data Presentation. In reality, all of these tasks require a high proficiency in Pandas! Data Scientists typically spend up to 85% of their time manipulating Data in Pandas.


Data Analysis with Pandas and Python introduces you to the popular Pandas library built on top of the Python programming language.

Pandas is a powerhouse tool that allows you to do anything and everything with colossal data sets -- analyzing, organizing, sorting, filtering, pivoting, aggregating, munging, cleaning, calculating, and more!

I call it "Excel on steroids"!

Over the course of more than 19 hours, I'll take you step-by-step through Pandas, from installation to visualization! We'll cover hundreds of different methods, attributes, features, and functionalities packed away inside this awesome library. We'll dive into tons of different datasets, short and long, broken and pristine, to demonstrate the incredible versatility and efficiency of this package.

Who this course is for:

  • Everyone who want to step into Data Science. Pandas is Key to everything.
  • Data Scientists who want to improve their Data Handling/Manipulation skills.
  • Everyone who want to switch Data Projects from Excel to more powerful tools (e.g. in Research/Science)
  • Investment/Finance Professionals who reached the limits of Excel.