An open API service indexing awesome lists of open source software.

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.

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".