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

Foundations for Analytics with Python (From Non-Programmer to Hacker)

List Price: $44.99
SKU:
9781491922538
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:
    Clinton W. Brownley
    Format:
    Paperback
    Pages:
    349
    Publisher:
    O'Reilly Media (October 4, 2016)
    Language:
    English
    ISBN-13:
    9781491922538
    ISBN-10:
    1491922532
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $44.99
    As low as:
    $38.69
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    13
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    19.2oz
    Imprint:
    O'Reilly Media
  • Overview

    If you’re like many of Excel’s 750 million users, you want to do more with your data—like repeating similar analyses over hundreds of files, or combining data in many files for analysis at one time. This practical guide shows ambitious non-programmers how to automate and scale the processing and analysis of data in different formats—by using Python.

    After author Clinton Brownley takes you through Python basics, you’ll be able to write simple scripts for processing data in spreadsheets as well as databases. You’ll also learn how to use several Python modules for parsing files, grouping data, and producing statistics. No programming experience is necessary.

    • Create and run your own Python scripts by learning basic syntax
    • Use Python’s csv module to read and parse CSV files
    • Read multiple Excel worksheets and workbooks with the xlrd module
    • Perform database operations in MySQL or with the mysqlclient module
    • Create Python applications to find specific records, group data, and parse text files
    • Build statistical graphs and plots with matplotlib, pandas, ggplot, and seaborn
    • Produce summary statistics, and estimate regression and classification models
    • Schedule your scripts to run automatically in both Windows and Mac environments