Audiobook description
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.
Quotes
A clear and efficient path to mastery of the map and reduce paradigm for developers of all levels.
- Justin Fister, GrammarBot
An amazing book for anybody looking to add parallel processing and the map/reduce pattern to their toolkit.
- Gary Bake, Radius Payment Solutions
Learn fundamentals of MapReduce and other core concepts and save money on expensive hardware!
- Al Krinker, USPTO
A comprehensive guide to the fundamentals of efficient Python data processing.
- Craig Pfeifer, MITRE Corporation
Table of contents
- Part 1.
- Chapter 1. Introduction
- Chapter 2. Accelerating large dataset work: Map and parallel computing
- Chapter 3. Function pipelines for mapping complex transformations
- Chapter 4. Processing large datasets with lazy workflows
- Chapter 5. Accumulation operations with reduce
- Chapter 6. Speeding up map and reduce with advanced parallelization
- Part 2.
- Chapter 7. Processing truly big datasets with Hadoop and Spark
- Chapter 8. Best practices for large data with Apache Streaming and mrjob
- Chapter 9. PageRank with map and reduce in PySpark
- Chapter 10. Faster decision-making with machine learning and PySpark
- Part 3.
- Chapter 11. Large datasets in the cloud with Amazon Web Services and S3
- Chapter 12. MapReduce in the cloud with Amazon’s Elastic MapReduce
Product information
- Title: Mastering Large Datasets with Python
- Author(s):
- Release date: January 2020
- Publisher(s): Manning Publications
- ISBN: None
You might also like
book
Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib
Leverage the numerical and mathematical modules in Python and its standard library as well as popular …
book
Interpretable Machine Learning with Python - Second Edition
A deep dive into the key aspects and challenges of machine learning interpretability using a comprehensive …
video
Data Analytics Toolkit: From Excel to Python, R, and Tableau
11+ Hours of Video Instruction The perfect way to up your data analytics game: tools and …
book
BigQuery for Data Warehousing: Managed Data Analysis in the Google Cloud
Create a data warehouse, complete with reporting and dashboards using Google’s BigQuery technology. This book takes …