Data science

  • $96

Applying functions in Pandas

  • Nov 7, 2022 at 6:00 PM IST

How can you apply functions to Pandas series and data frames? Moreover, when would you want to do so? In this class, we'll explore the map, apply, and applymap functions (among others), seeing how they work, and how to best use them with our data.

  • $120

Complex queries with method chaining in Pandas

  • Aug 14, 2024 at 7:15 PM IDT

Performing complex queries in Pandas? Method chaining will likely make those queries easier to write *and* to read. In this course, we'll review the elements of method chaining, including the use of lambda, assign, and pipe. You'll come out of this course able to write more complex queries in a clear, maintainable way. Note: This course is included in my Python+Data membership.

  • $550 or 4 monthly payments of $160

Data analytics bundle

Starting to analyze data? This bundle introduces you to Python's star packages, NumPy and Pandas, as well as the basics of SQL.

  • $120

Data cleaning in Pandas

  • Aug 14, 2024 at 5:00 PM IDT

The world is a messy place, and a lot of the data we have to deal with is messy, too. That's why cleaning our data is so crucial; data scientists report they spend 80 percent (!) of their time on this task. In this webinar, we'll review techniques for cleaning your data, making it easier to query, manipulate, and work with. Note: This course is included in my Python+Data membership.

  • $120

Grouping and pivot tables in Pandas

  • Aug 21, 2024 at 8:30 PM IDT

Grouping is an essential part of data analysis, and Pandas provides us with multiple ways to group our data. In this course, we'll dive into grouping, understanding how it works and how to use it. We'll also explore pivot tables, a form of 2D grouping. Note: This course is included in my Python+Data membership.

  • Free

Info about Python Data Analytics Bootcamp (Nov 2022), aka PythonDAB

Sign up for this free course, and learn more about Reuven's most ambitious course — for teaching you Python and data analytics in 16 weeks.

  • $150

Intro to databases and SQL

  • Nov 15, 2020 at 6:00 PM IST

Watch the recorded 4-hour class that I gave in October 2020 — and learn how to use SQL to organize your data!

  • $200

Intro to machine learning

  • Sep 1, 2024 at 7:15 PM IDT

AI is everywhere, and machine learning is the technology powering AI. In this course, I'll introduce you to some of the ideas behind AI, and how we can build (and test) simple models using Python and sklearn. You'll come out with a fuller understanding of what ML is, how it works, and where it doesn't. Note: This course is included in my Python+data membership.

  • $240

NumPy

Unlock the power of data science in Python 

  • $360

Pandas

Read, manipulate, analyze, and plot data with ease — all within Python! This course contains 12 hours of video lessons, covering all of the aspects of Pandas you need to get up and running. Numerous exercises help to reinforce the ideas with real-world data.

  • $180

Pandas dates and times

  • Nov 6, 2022 at 6:00 PM IST

  • $200

Polars

  • Aug 25, 2024 at 7:30 PM IDT

Polars is a new library with a Pandas-like API but much faster performance. How can we use it? And how does it compare with Pandas? In this course, I'll introduce you to Polars, using it to analyze a variety of types of data. You'll come out familiar with this library, and why you might (or might not) want to use it. Note: This is included in my Python+data membership.

  • $120

Textual data in Pandas (Aug 2024)

  • Aug 19, 2024 at 7:15 PM IDT

Pandas is great at working with numbers, but it's also great at working with text. In this course, we'll explore text in Pandas — how to work with it, what methods are available, and techniques you can use for improving/optimizing the way you use text. Note: This course is included in my Python+data membership.

  • $120

Working with CSV files in Pandas

  • Aug 19, 2024 at 9:30 PM IDT

CSV is the most common format for data. In this class, we'll learn about the "read_csv" function, and the many ways we can use it to read data into our Pandas data frames. You'll come out able to to wrangle CSV data, no matter its weird issues, into a data frame. Note: This course is included in my Pandas+data membership.