https://github.com/lalelisealstad/dse200x_python_datascience
Posting the project material I made in the course UCSanDiegoX DSE200x Python for Data Science.
https://github.com/lalelisealstad/dse200x_python_datascience
data-science python
Last synced: over 1 year ago
JSON representation
Posting the project material I made in the course UCSanDiegoX DSE200x Python for Data Science.
- Host: GitHub
- URL: https://github.com/lalelisealstad/dse200x_python_datascience
- Owner: lalelisealstad
- Created: 2024-01-10T09:13:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T15:01:23.000Z (over 2 years ago)
- Last Synced: 2025-01-28T04:24:56.711Z (over 1 year ago)
- Topics: data-science, python
- Language: Jupyter Notebook
- Homepage:
- Size: 14.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSE200x_Python_DataScience
Posting the project material from taking the course UCSanDiegoX DSE200x Python for Data Science.
## How to run the code:
- Download this repository
In the terminal:
Install virtual environment (change the filepath to where you dowloaded the repository):
```
python -m venv C:\ENV\DSE200x_Python_DataScience\venv
```
Activate virtual environment in the terminal:
```
venv\Scripts\activate
```
Install libraries in virtual env:
```
pip install poetry
```
```
poetry install
```
- download data sources and add to folder "data".
- open the notebook, select kernel and click "Run all".