Instant Data Intensive Apps with pandas How-to

Trent Hauck

  • 出版商: Packt Publishing
  • 出版日期: 2013-05-23
  • 售價: $940
  • 貴賓價: 9.5$893
  • 語言: 英文
  • 頁數: 50
  • 裝訂: Paperback
  • ISBN: 1782165584
  • ISBN-13: 9781782165583
  • 下單後立即進貨 (約3~4週)

商品描述

Manipulate, visualize, and analyze your data with pandas with this book and ebook

Overview

  • Learn something new in an Instant! A short, fast, focused guide delivering immediate results
  • Follow simple recipes that will teach common tasks when performing data analysis with Pandas
  • Build a data product for displaying information over the web
  • Create visualizations of the data including displaying tables and line graphs

In Detail

Pandas helps to alleviate a genuinely complex situation in data analytics libraries. Many incumbent languages aren't approachable or are fairly unproductive in general computing tasks in comparison to Python. However with Pandas it's easy to begin working with tabular datasets in a language that's easier to learn and use.

Instant Data Intensive Apps with Pandas How-to starts with Pandas’ functionalities such as joining datasets, cleaning data, and other data munging tasks. It quickly moves onto building a data reporting tool, which consists of analysis in Pandas to determine what’s relevant and present that relevant data in an easy-to-consume manner.

Instant Data Intensive Apps with Pandas How-to starts with data manipulation and other practical tasks for a fundamental understanding, and through successive recipes you will gain a more profitable understanding of Pandas.

Throughout this book the recipes are presented in a structured way. It starts with data transformation techniques, but builds up to more complex examples such as performing statistical analysis and integrating Pandas objects with web applications. The other recipes cover visualization and machine learning, among other things.

Instant Data Intensive Apps with Pandas How-to will get the reader up and running quickly with Pandas and put the user in a position to move up the learning curve faster.

What you will learn from this book

  • Learn data manipulation in Pandas including subsetting data, data transformation, and data reshaping
  • Combine data sets to get an idea of what the output with tabular data looks like
  • Perform aggregate data operations such as counts and sums for exploratory analysis
  • Use basic machine learning to identify stock performance similarities
  • Create visualizations of data including displaying tables and line graphs
  • Integrate other libraries with Pandas and carry out a simple analysis
  • Create a web application to display Pandas data in a web page

Approach

Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book has a practical approach with step-by-step recipes to help readers get to grips with Pandas.

Who this book is written for

Users of other data analysis tools will find value in seeing tasks they commonly encounter translated to Pandas and users of Python will encounter an introduction to a very impressive tool in a syntax they inherently know. In terms of general skills, it is assumed that the reader understands basic data structures such as arrays or lists dictionaries or hash map as well as having some understanding of command line work. Installing Pandas is not covered, but the online documentation is straightforward. Also, readers are encouraged to use IPython to interact and experiment with the code.