Data Science Essentials in Python by Dmitry Zinoviev
Author:Dmitry Zinoviev [Dmitry Zinoviev]
Language: eng
Format: epub
Tags: Python
Publisher: Pragmatic Bookshelf
Published: 2016-08-09T21:00:00+00:00
The NIAAA report is such an excellent source of data that I included a preprocessed copy of it as a “code” item for you to explore. But remember: do not drink and do data science!
You can create a simple frame with column names and an index by passing a list of row tuples or other sequences of the same length to the constructor. (Here I used a pandas CSV reader from Unit 37, Taming Pandas File I/O to create the full frame alco and then selected a one-year timespan.)
alco2009 = pd.DataFrame([(1.20, 0.22, 0.58),
(1.31, 0.54, 1.16),
(1.19, 0.38, 0.74),
more rows],
columns=("Beer", "Wine", "Spirits"),
index=("Alabama", "Alaska", more states))
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Access | Data Mining |
Data Modeling & Design | Data Processing |
Data Warehousing | MySQL |
Oracle | Other Databases |
Relational Databases | SQL |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8293)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6678)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6654)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6526)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6317)
Driving Data Quality with Data Contracts by Andrew Jones(6268)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6030)
Learning SQL by Alan Beaulieu(5988)
Weapons of Math Destruction by Cathy O'Neil(5775)
Big Data Analysis with Python by Ivan Marin(5333)
Data Engineering with dbt by Roberto Zagni(4334)
Solidity Programming Essentials by Ritesh Modi(3979)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3835)
Pandas Cookbook by Theodore Petrou(3546)
Blockchain Basics by Daniel Drescher(3292)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2900)
Feature Store for Machine Learning by Jayanth Kumar M J(2808)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2791)
Mastering Python for Finance by Unknown(2743)
