null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Mastering Large Datasets with Python (Parallelize and Distribute Your Python Code)

List Price: $49.99
SKU:
9781617296239
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    John T. Wolohan
    Format:
    Paperback
    Pages:
    312
    Publisher:
    Manning (January 21, 2020)
    Language:
    English
    ISBN-13:
    9781617296239
    ISBN-10:
    1617296236
    Weight:
    19.84oz
    Dimensions:
    7.38" x 9.25" x 0.7"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    26
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary


    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.

     

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    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