Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

DataCamp

Writing Efficient Code with pandas

via DataCamp

Overview

Learn efficient techniques in pandas to optimize your Python code.

The ability to efficiently work with big datasets and extract valuable information is an indispensable tool for every aspiring data scientist. When working with a small amount of data, we often don’t realize how slow code execution can be. This course will build on your knowledge of Python and the pandas library and introduce you to efficient built-in pandas functions to perform tasks faster. Pandas’ built-in functions allow you to tackle the simplest tasks, like targeting specific entries and features from the data, to the most complex tasks, like applying functions on groups of entries, much faster than Python's usual methods. By the end of this course, you will be able to apply a function to data based on a feature value, iterate through big datasets rapidly, and manipulate data belonging to different groups efficiently. You will apply these methods on a variety of real-world datasets, such as poker hands or restaurant tips.

Syllabus

Selecting columns and rows efficiently
-This chapter will give you an overview of why efficient code matters and selecting specific and random rows and columns efficiently.

Replacing values in a DataFrame
-This chapter shows the usage of the replace() function for replacing one or multiple values using lists and dictionaries.

Efficient iterating
-This chapter presents different ways of iterating through a Pandas DataFrame and why vectorization is the most efficient way to achieve it.

Data manipulation using .groupby()
-This chapter describes the groupby() function and how we can use it to transform values in place, replace missing values and apply complex functions group-wise.

Taught by

Leonidas Souliotis

Reviews

Start your review of Writing Efficient Code with pandas

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.