0% found this document useful (0 votes)
27 views8 pages

Introduction To Data Science: Patrick Shafto Department of Math and Computer Science

The document outlines the plan for a data science class. It includes assigning homework on visualizing libraries Seaborn, ggplot, and Bokeh. Students are instructed to find tutorials on each library and send links to the instructor. Examples of visualization types are provided for each library. In-class work involves modifying a Bokeh example to be about New Jersey, comparing iris plots between Bokeh and Seaborn, and commenting on code. Homework includes commenting on additional Bokeh and datetime examples, plotting stock data, and analyzing abandoned property data from Newark.

Uploaded by

joyson lewis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views8 pages

Introduction To Data Science: Patrick Shafto Department of Math and Computer Science

The document outlines the plan for a data science class. It includes assigning homework on visualizing libraries Seaborn, ggplot, and Bokeh. Students are instructed to find tutorials on each library and send links to the instructor. Examples of visualization types are provided for each library. In-class work involves modifying a Bokeh example to be about New Jersey, comparing iris plots between Bokeh and Seaborn, and commenting on code. Homework includes commenting on additional Bokeh and datetime examples, plotting stock data, and analyzing abandoned property data from Newark.

Uploaded by

joyson lewis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Introduction to data science

Patrick Shafto
Department of Math and Computer Science

Plan for today

Mention homework

More viz!

HW for Monday

Homework for Weds

Find and read / watch tutorials on:

Seaborn

ggplot

bokeh

Send me links to the website / videos that you


read / watched

Seaborn

https://stanford.edu/~mwaskom/software/seaborn/examples/
index.html

https://stanford.edu/~mwaskom/software/seaborn/examples/
anscombes_quartet.html

https://stanford.edu/~mwaskom/software/seaborn/examples/
heatmap_annotation.html

https://stanford.edu/~mwaskom/software/seaborn/examples/
grouped_violinplots.html

https://stanford.edu/~mwaskom/software/seaborn/examples/
scatterplot_matrix.html

ggplot

https://github.com/yhat/ggplot/blob/master/docs/
Gallery.ipynb

up to line 10

for more examples, look up ggplot2 for R

Bokeh

http://bokeh.pydata.org/en/latest/docs/user_guide/
quickstart.html

Getting Started

Up to datetime axes

More examples (check out the server apps!):

http://bokeh.pydata.org/en/latest/docs/
gallery.html#gallery-server-examples

In class work

Take the bokeh texas example and modify to be another state (try NJ!)

http://bokeh.pydata.org/en/latest/docs/gallery/texas.html

Comment each line of code!

Compare iris plots in

bokeh http://bokeh.pydata.org/en/latest/docs/gallery/
iris_splom.html

seaborn https://stanford.edu/~mwaskom/software/seaborn/
examples/scatterplot_matrix.html

Summarize similarities / differences

Homework for Monday

Add detailed comments to this code:

http://bokeh.pydata.org/en/latest/docs/gallery/periodic.html

Complete the datetime example here:

http://bokeh.pydata.org/en/latest/docs/user_guide/
quickstart.html

Figure out how to download bokeh data, load the apple, google,
ibm stock information, and plot

Conduct an analysis of the abandoned properties in newark

data: http://data.ci.newark.nj.us/dataset/abandoned-properties

You might also like