This repository houses files that can be read into Jupyter notebooks via URL. It serves as a shared location for datasets and Python scripts used in various courses.
If you need to add files to this repository, follow these steps:
- Before making any changes, create a new branch with the same name as your course folder (e.g.,
data-8,espm-163,econ-148, etc.). - This branch will be merged into
mainonce your PR is approved.
- Place your files inside a new folder named after your course (e.g.,
data-8/,espm-163/,econ-148/, etc.). - Do not modify existing folders that belong to other courses.
- Data files:
.csv,.json,.xlsx, etc. - Python scripts:
.py - Images:
.jpg,.jpeg,.png,.svg, etc.
- If a file exceeds 50MB, split it into multiple smaller files.
- In your Jupyter notebook, provide clear instructions for reconstructing the data.
- Make sure your PR comes from the branch you created (named after your course).
- Follow the Pull Request Template to ensure compliance.
- Confirm that your files can be accessed via URL in a Jupyter notebook.
For technical issues, file size concerns, or general assistance, email jonathanferrari AT berkeley.edu.
📌 Reminder: Any PR that modifies files outside of its own course folder will be rejected.