-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|