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

Pandas Workout (200 exercises to make you a stronger data analyst)

List Price: $59.99
SKU:
9781617299728
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:
    Reuven Lerner
    Format:
    Paperback
    Pages:
    440
    Publisher:
    Manning (May 28, 2024)
    Language:
    English
    ISBN-13:
    9781617299728
    ISBN-10:
    1617299723
    Weight:
    25.76oz
    Dimensions:
    7.375" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Case Pack:
    16
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Practice makes perfect pandas!

    Work out your pandas skills against dozens of real-world challenges, each carefully designed to build an intuitive knowledge of essential pandas tasks.

    In Pandas Workout you’ll learn how to:

    • Clean your data for accurate analysis
    • Work with rows and columns for retrieving and assigning data
    • Handle indexes, including hierarchical indexes
    • Read and write data with a number of common formats, such as CSV and JSON
    • Process and manipulate textual data from within pandas
    • Work with dates and times in pandas
    • Perform aggregate calculations on selected subsets of data
    • Produce attractive and useful visualizations that make your data come alive

    Pandas Workout hones your pandas skills to a professional-level through two hundred exercises, each designed to strengthen your pandas skills. You’ll test your abilities against common pandas challenges such as importing and exporting, data cleaning, visualization, and performance optimization. Each exercise utilizes a real-world scenario based on real-world data, from tracking the parking tickets in New York City, to working out which country makes the best wines. You’ll soon find your pandas skills becoming second nature—no more trips to StackOverflow for what is now a natural part of your skillset.

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

    About the technology

    Python’s pandas library can massively reduce the time you spend analyzing, cleaning, exploring, and manipulating data. And the only path to pandas mastery is practice, practice, and, you guessed it, more practice. In this book, Python guru Reuven Lerner is your personal trainer and guide through over 200 exercises guaranteed to boost your pandas skills.

    About the book

    Pandas Workout is a thoughtful collection of practice problems, challenges, and mini-projects designed to build your data analysis skills using Python and pandas. The workouts use realistic data from many sources: the New York taxi fleet, Olympic athletes, SAT scores, oil prices, and more. Each can be completed in ten minutes or less. You’ll explore pandas’ rich functionality for string and date/time handling, complex indexing, and visualization, along with practical tips for every stage of a data analysis project.

    What's inside

    • Clean data with less manual labor
    • Retrieving and assigning data
    • Process and manipulate text
    • Calculations on selected data subsets

    About the reader

    For Python programmers and data analysts.

    About the author

    Reuven M. Lerner teaches Python and data science around the world and publishes the “Bamboo Weekly” newsletter. He is the author of Manning’s Python Workout (2020).

    Table of Contents

    1 Series
    2 Data frames
    3 Importing and exporting data
    4 Indexes
    5 Cleaning data
    6 Grouping, joining, and sorting
    7 Advanced grouping, joining, and sorting
    8 Midway project
    9 Strings
    10 Dates and times
    11 Visualization
    12 Performance
    13 Final project