https://github.com/eric15342335/stat1016
2023 STAT1016 Group Project script
https://github.com/eric15342335/stat1016
csv pandas python requests stat1016
Last synced: about 1 year ago
JSON representation
2023 STAT1016 Group Project script
- Host: GitHub
- URL: https://github.com/eric15342335/stat1016
- Owner: eric15342335
- Created: 2024-03-04T13:14:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T12:37:41.000Z (over 1 year ago)
- Last Synced: 2025-02-19T22:36:31.572Z (about 1 year ago)
- Topics: csv, pandas, python, requests, stat1016
- Language: Python
- Homepage: https://webapp.science.hku.hk/sr4/servlet/enquiry?Type=Course&course_code=STAT1016
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STAT1016 Scripts
## Description
Scripts used to download CSV data and process them.
## What does each file do?
Todo.
## Run those scripts
```python
pip3 install -U virtualenv
virtualenv venv
```
Activate virtual environment:
* On Windows:
```python
venv/scripts/activate
```
```python
python3 download.py
```