See weekly exercises in the PythonPractice/code folder:
Exploring-Data-InClass.ipynb: an exercise to practice dealing with messy data Hotel_Tax.csv using the tools we learned from the pandas package.
The solution,Exploring-Data-InClass-Answers.ipynb is also posted in this repository. Please try completeing the remaining exercises on your own before looking at the answers.
GaltonFamilies.ipynb: shows some of the data handling and visualization techniques with an example from GaltonFamilies.csv, which can be found in the Data folder.
random variable simulations.ipynb : a small exercise to generate and visualize distribution of random variables by varying their parameters using for loop.