Week 13 - Required Home Practice Problems

Using the dataset assigned to you for the project, practice pandas operations introduced within Handout 10. You can use practiceDJIA.py as a sample.


   Week 13 - In Class Examples

Example and data from Handout 10

practice.py
popgdp.csv
lang.csv
djia.csv
djia-prices.csv

Files for practice problems on files

pandasPractice.py
djia-prices.csv
djia.py


practiceDJIA.py - illustrates many queries conducted on the DJIA dataset, including simple selection, filtering, groupby, string functions and conversion from string to numeric type.

Example from Handout 11

plottingDemo.py
plottingDemoWithStreamlit.py
PlottingWithinStreamlit3.py

Data popgdp.csv
djia.csv
djia-prices.csv