Using the dataset assigned to you for the project, practice pandas operations introduced within Handout 10. You can use practiceDJIA.py as a sample. |
Example and data from Handout 10practice.pypopgdp.csv lang.csv djia.csv djia-prices.csv Files for practice problems on filespandasPractice.pydjia-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 11plottingDemo.pyplottingDemoWithStreamlit.py PlottingWithinStreamlit3.py Data popgdp.csv djia.csv djia-prices.csv |