diff --git a/pckg-readme.txt b/pckg-readme.txt new file mode 100644 index 0000000..a408f57 --- /dev/null +++ b/pckg-readme.txt @@ -0,0 +1,32 @@ + +Introduction to Data Analysis with Python +========================================= + +Prepared for JALT2023 by Chris Pirotto & Daniel Cook + + + +Where to Start +============== + +Open the HTML file to read. + +If you have the necessary dependencies installed (mainly python, pandas, and jupyter), open the notebook. + + +Files +===== + +1. jalt-intro-to-data-analysis.ipynb + The main jupyter notebook. + +2. jalt-intro-to-data-analysis.html + The Jupyter notebook as one rendered HTML file (for reading). + +5. Two data files: + - post_pizza_material.xlsx + - pre_pizza_material.xlsx + +6. readme.txt + This file. +