Unlock the Power of Parallel Python with Dask: A Perfect Learning Guide for Aspiring Data Scientists Dask has revolutionized parallel computing for Python, empowering data scientists to accelerate their workflows. This comprehensive guide unravels the intricacies of Dask to help you harness its c
Mastering Large Datasets with Python: Parallelize and Distribute Your Python Code
β Scribed by John T. Wolohan
- Publisher
- Manning
- Year
- 2020
- Tongue
- English
- Leaves
- 311
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Modern data science solutions need to be clean, easy to read, and scalable. In Mastering Large Datasets with Python, author J.T. Wolohan teaches you how to take a small project and scale it up using a functionally influenced approach to Python coding. Youβll explore methods and built-in Python tools that lend themselves to clarity and scalability, like the high-performing parallelism method, as well as distributed technologies that allow for high data throughput. The abundant hands-on exercises in this practical tutorial will lock in these essential skills for any large-scale data science project.
About the technology
Programming techniques that work well on laptop-sized data can slow to a crawlβor fail altogetherβwhen applied to massive files or distributed datasets. By mastering the powerful map and reduce paradigm, along with the Python-based tools that support it, you can write data-centric applications that scale efficiently without requiring codebase rewrites as your requirements change.
About the book
Mastering Large Datasets with Python teaches you to write code that can handle datasets of any size. Youβll start with laptop-sized datasets that teach you to parallelize data analysis by breaking large tasks into smaller ones that can run simultaneously. Youβll then scale those same programs to industrial-sized datasets on a cluster of cloud servers. With the map and reduce paradigm firmly in place, youβll explore tools like Hadoop and PySpark to efficiently process massive distributed datasets, speed up decision-making with machine learning, and simplify your data storage with AWS S3.
What's inside
β’ An introduction to the map and reduce paradigm
β’ Parallelization with the multiprocessing module and pathos framework
β’ Hadoop and Spark for distributed computing
β’ Running AWS jobs to process large datasets
About the reader
For Python programmers who need to work faster with more data.
About the author
J. T. Wolohan is a lead data scientist at Booz Allen Hamilton, and a PhD researcher at Indiana University, Bloomington.
β¦ Table of Contents
PART 1
1. Introduction
2. Accelerating large dataset work: Map and parallel computing
3. Function pipelines for mapping complex transformations
4. Processing large datasets with lazy workflows
5. Accumulation operations with reduce
6. Speeding up map and reduce with advanced parallelization
PART 2
7. Processing truly big datasets with Hadoop and Spark
8. Best practices for large data with Apache Streaming and mrjob
9. PageRank with map and reduce in PySpark
10. Faster decision-making with machine learning and PySpark
PART 3
11. Large datasets in the cloud with Amazon Web Services and S3
12. MapReduce in the cloud with Amazonβs Elastic MapReduce
β¦ Subjects
Machine Learning; Data Analysis; Python; Big Data; Parallel Programming; Apache Spark; Pipelines; Batch Processing; Apache Hadoop; Best Practices; Laziness; Twitter; PySpark; Spark SQL; PageRank; AWS Elastic MapReduce; AWS Simple Storage Service
π SIMILAR VOLUMES
<p>"Mastering Large Language Models with Python" is an indispensable resource that offers a comprehensive exploration of Large Language Models (LLMs), providing the essential knowledge to leverage these transformative AI models effectively. From unraveling the intricacies of LLM architecture to prac
There's a healthy market of books describing the basics of programming and programming languages. And there are plenty of books act as reference material once you've learned the basics. But, there's now a growing market for books that purport to be the next step for those who have mastered the basic
Expert Python Programming shows how Python development should be done with best practices and expert design tips. This book is for Python developers who are already building applications, but want to build better ones by applying best practices and new development techniques to their projects. The r
<div>Learn the fundamentals of containerization and get acquainted with Docker. This second edition builds upon the foundation of the first book by revising all the chapters, updating the commands, code, and examples to meet the changes in Docker. It also introduces a new chapter on setting up your