Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kentlouisetonino/ama-project-data-analysis

A course project for course MATH 6200.
https://github.com/kentlouisetonino/ama-project-data-analysis

ama-university data-analysis python

Last synced: 4 days ago
JSON representation

A course project for course MATH 6200.

Awesome Lists containing this project

README

        

## AMA Project Data Analysis

> - A course project for course `MATH 6200`.

> - Video recording.

```plaintext
https://drive.google.com/file/d/13IFLJHcmggdmUhvmX3IOXmXuhewa3Y3G/view?usp=sharing
```




## Setup

> - If you are using Windows machine, please use `GitBash` or `WSL2`.

> - Make sure you have a `Python v3`.

> - Create a `virtual environment`.

```sh
python3 -m venv venv
```

> - Activate the `virtual environment`.

```sh
source venv/bin/activate
```

> - Install the packages define in `requirements.txt`.

```sh
pip3 install -r requirements.txt
```

> - Add permission shell file and make it executable.

```sh
chmod +x run-answer-a.sh
chmod +x run-answer-b.sh
chmod +x run-answer-c.sh
```

> - Run the answers.

```sh
./run-answer-a.sh
./run-answer-b.sh
./run-answer-c.sh
```