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

Pandas in Action

List Price: $59.99
SKU:
9781617297434
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:
    Boris Paskhaver
    Format:
    Paperback
    Pages:
    440
    Publisher:
    Manning (October 5, 2021)
    Language:
    English
    ISBN-13:
    9781617297434
    ISBN-10:
    1617297437
    Weight:
    23.36oz
    Dimensions:
    7.375" x 9.25" x 0.9"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Case Pack:
    18
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Take the next steps in your data science career! This friendly and hands-on guide shows you how to start mastering Pandas with skills you already know from spreadsheet software.

    In Pandas in Action you will learn how to:

        Import datasets, identify issues with their data structures, and optimize them for efficiency
        Sort, filter, pivot, and draw conclusions from a dataset and its subsets
        Identify trends from text-based and time-based data
        Organize, group, merge, and join separate datasets
        Use a GroupBy object to store multiple DataFrames

    Pandas has rapidly become one of Python's most popular data analysis libraries. In Pandas in Action, a friendly and example-rich introduction, author Boris Paskhaver shows you how to master this versatile tool and take the next steps in your data science career. You’ll learn how easy Pandas makes it to efficiently sort, analyze, filter and munge almost any type of data.

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

    About the technology
    Data analysis with Python doesn’t have to be hard. If you can use a spreadsheet, you can learn pandas! While its grid-style layouts may remind you of Excel, pandas is far more flexible and powerful. This Python library quickly performs operations on millions of rows, and it interfaces easily with other tools in the Python data ecosystem. It’s a perfect way to up your data game.

    About the book
    Pandas in Action introduces Python-based data analysis using the amazing pandas library. You’ll learn to automate repetitive operations and gain deeper insights into your data that would be impractical—or impossible—in Excel. Each chapter is a self-contained tutorial. Realistic downloadable datasets help you learn from the kind of messy data you’ll find in the real world.

    What's inside

        Organize, group, merge, split, and join datasets
        Find trends in text-based and time-based data
        Sort, filter, pivot, optimize, and draw conclusions
        Apply aggregate operations

    About the reader
    For readers experienced with spreadsheets and basic Python programming.

    About the author
    Boris Paskhaver is a software engineer, Agile consultant, and online educator. His programming courses have been taken by 300,000 students across 190 countries.

    Table of Contents
    PART 1 CORE PANDAS
    1 Introducing pandas
    2 The Series object
    3 Series methods
    4 The DataFrame object
    5 Filtering a DataFrame
    PART 2 APPLIED PANDAS
    6 Working with text data
    7 MultiIndex DataFrames
    8 Reshaping and pivoting
    9 The GroupBy object
    10 Merging, joining, and concatenating
    11 Working with dates and times
    12 Imports and exports
    13 Configuring pandas
    14 Visualization