Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kentlouisetonino/ama-project-data-analysis
- Owner: kentlouisetonino
- License: mit
- Created: 2024-11-06T09:17:14.000Z (10 days ago)
- Default Branch: develop
- Last Pushed: 2024-11-06T09:23:16.000Z (10 days ago)
- Last Synced: 2024-11-06T10:41:28.365Z (10 days ago)
- Topics: ama-university, data-analysis, python
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```