Week 4 overview
Participation Assessment¶
Learning Objectives:¶
- Git and GitHub integration
- Tabular datasets
- Parquet format
- Alternatives to Pandas
- Interactive display with Geopandas
- Performance monitoring
Learning and Participation Activities with Due Dates (Tuesday, Sep. 23, end of day):¶
In class, Tuesday 9/16¶
- Review last week’s notebooks
Clone the
week4directory:a. Access the class Jupyterhub server on Turing
b. In the Launcher, open up a Terminal session
c. cd to your
atm533folder: Typecd /spare11/atm533/<YourNetID>d. Follow the steps described in class to set up your secure API key in GitHub.
e. Type
git clone git@github.com:DAES433533/week4f. You should then have a
week4folder visible in youratm533directory, which contains one Jupyter notebook.g. Open and run the notebook; then close and shut it down after you are done!
h. Make a copy of the notebook and experiment with your own code.
i. Save, stage and commit your edits to these notebooks as often as you’d like (more often is better!)
j. Attempt at least item 1 on HW1