2 Introducing Dask
This chapter covers
- Warming up with a short example of data cleaning using Dask DataFrames
- Visualizing DAGs generated by Dask workloads with graphviz
- Exploring how the Dask task scheduler applies the concept of DAGs to coordinate execution of code
Now that you have a basic understanding of how DAGs work, let’s take a look at how Dask uses DAGs to create robust, scalable workloads. To do this, we’ll use the NYC Parking Ticket data you downloaded at the end of the previous chapter. This will help us accomplish two things at once: you’ll get your first taste of using Dask’s DataFrame API to analyze a structured dataset, and you’ll start to get familiar with some of the quirks in the dataset that we’ll address throughout ...
Get Data Science with Python and Dask now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.