Skip to main content

Ben Wynne-Morris has completed

Parallel Computing with Dask

Start course For Free
4 hr
4,650 XP
Statement of Accomplishment Badge

Loved by learners at thousands of companies


Course Description

Python is now well established as a major platform for data analysis and data science. For many data scientists, the largest limitation of Python is that all data must fit into the resident memory of the available workstation. Further, traditionally, Python has only been able to utilize one CPU. Data scientists constantly ask, "How can I read and process large amounts of data?" and "How can I make use of more computational processing resources?" This course will introduce you to Dask, a flexible parallel computing library for analytic computing. With Dask, you will be able to take the Python workflows you currently have and easily scale them up to large datasets on your workstation without the need to migrate to a distributed computing environment.
For Business

Training 2 or more people?

Get your team access to the full DataCamp platform, including all the features.
DataCamp for BusinessFor a bespoke solution book a demo.
  1. 1

    Working with Big Data

    Free

    In this chapter you'll learn how to leverage traditional Python techniques for reading and processing large datasets stored in either a single file or in multiple files. Finally, you'll learn how the Dask library can be used to execute a pipeline of Python functions in parallel with the added goal of being able to process large amounts of data on modest computational resources. For this course, the data set sizes have been reduced so that the exercises can be completed rapidly. Many of these data sets were originally several Gigabytes in size.

    Play Chapter Now
    Understanding Computer Storage & Big Data
    50 xp
    How big is my DataFrame?
    50 xp
    NumPy transformations
    100 xp
    Thinking about Data in Chunks
    50 xp
    Filtering WDI data in chunks
    100 xp
    Concatenating & plotting WDI data
    100 xp
    Managing Data with Generators
    50 xp
    Computing percentage of delayed flights
    100 xp
    Generating & plotting delayed flights
    100 xp
    Delaying Computation with Dask
    50 xp
    Building a pipeline with delayed
    100 xp
    Computing pipelined results
    100 xp
  2. 2

    Working with Dask Arrays

    In this chapter we'll explore how we can use dask.array to read multiple data sources and perform computations with them as a single data array. We'll learn some advanced uses of NumPy arrays when dealing with high dimensional data that also work on Dask arrays. Finally, we'll examine climate patterns in the US from monthly weather data in the US.

    Play Chapter Now
  3. 3

    Working with Dask DataFrames

    The Dask DataFrame is built upon the Pandas DataFrame. Dask provides the ability to scale your Pandas workflows to large data sets stored in either a single file or separated across multiple files. In this chapter you'll learn how to build a pipeline of delayed computation with Dask DataFrame, and you'll use these skills to study how much NYC taxi riders tip their drivers.

    Play Chapter Now
  4. 4

    Working with Dask Bags for Unstructured Data

    Datasets that have not already been standardized and provided as CSV files can be challenging to work with. In this chapter you'll use the Dask Bag to read raw text files and perform simple text processing workflows over large datasets in parallel. Conceptually, the Dask Bag is a parallel list that can store any Python datatype with convenient functions that map over all of the elements.

    Play Chapter Now
  5. 5

    Case Study: Analyzing Flight Delays

    Now that you've learned how to utilize Dask to read and process large data sets in parallel, you'll put these skills together to search for correlations between flight delays and reported weather events at selected airports. You'll read files in multiple directories containing flight statistics for selected airports from the Bureau of Transportation Statistics and merge them with daily weather data from wunderground.com into a single Dask DataFrame.

    Play Chapter Now
For Business

Training 2 or more people?

Get your team access to the full DataCamp platform, including all the features.

datasets

Congressional billsFlight delaysNYC taxi ridesPresidents (JSON)State of the Union addressesTexas electricity consumption (HDF5)WDI (World Development Indicators)Weather
Team Anaconda HeadshotTeam Anaconda

Data Science Training

See More

Join over 17 million learners and start Parallel Computing with Dask today!

Create Your Free Account

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.