Skip to content

Latest commit

 

History

History
178 lines (124 loc) · 7.64 KB

README.md

File metadata and controls

178 lines (124 loc) · 7.64 KB

Data Science Course: Lectures and Materials

For the Spring 2014 Data Science course at General Assembly, NYC

Issues: For questions, answers and discussions:

Class Meetings

Introduction to Data Science

Monday, 3/31/14

Class Materials

Data Collection and Extraction

Wednesday, 4/7/14

Project 1 Introduced

Class Materials

Additional Resources:

#####Learning how to use the file pager, less

Python Documentation

Handy to have this in your bookmarks!

Couple extra handy python introductions
Beautiful Soup Tutorials
APIs to play with

Numpy

Wednesday 4/9/2014

Class Materials

Additional Resources

Pandas

Monday 4/14/2014

Class Materials

Data Visualization and MatPlotLib

Wednesday 4/16/2014

Class Materials

Lecture Notes: Data Visualization

Python Notebook: Plotting with Matplotlib

Assignments Due

  • Complete and submit previous assignments

Additional Resources

Resource About
Basic Plotting in Pandas
Matplotlib userguide
Matplotlib Gallery Examples with Code
Rougier and Prace EuroSciPy Matplotlib Tutorial Short Overview

Exploratory Data Analysis

Monday 4/21/2014 We'll be reviewing a number of datasets and going through the Data Exploration Process

The ACES model for Data Exploration:

Letter Step Notes
A Assemble the data frame Find data, import into Pandas
C Clean the data frame Identify and limit columns, rows, indices, dates, etc.
E Explore global properties Visualize! Basic plots and stats appropriate to the data set
S Subset comparisons Look at (visualize!) initial emergenet variable relationships and subsets

Class Materials

Resources

Assignments Due

N/A - Please review all prior materials and work on Project 1.

Presentations, Machine Learning, and Data Science Careers

Wednesday 4/23/2014

Assignments Due

[Project 1: Scraping, APIs, and Data Visualization](Project 1https://github.com/datadave/GADS9-NYC-Spring2014-Lectures/blob/master/projects/project01.md)

Class Outline

  • Selected Presentations of Student Projects
  • Discussion of Data Science Careers
  • Introduction to Machine Learning