This project contains jupyter notebooks to illustrate examples and knowledge learnt for statistic courses.
To create a new python environment:
make setup
To run a jupyter notebook locally:
make jupyter
Notebook programming_charts.ipynb contains code to create different plots:
- Scatter plot
- Barchart
- Histograms
It uses package matplotlib for drawing plots.
It includes pandas to interact with data and plot data frames.