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

https://github.com/nulladmin1/data_analysis


https://github.com/nulladmin1/data_analysis

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# data_analysis (FBLA 2023 Data Analysis)
Prerequesities:
- Python:
- Installation:
- Windows: Download executable binary from [python.org](https://www.python.org/downloads/windows/)
- Mac: Download executable binary from [python.org](https://www.python.org/downloads/macos/)
- Linux: Use native or universal package manager to install python
- Anaconda (optional but recommended):
- Installation:
- Windows: Download executable binary from [anaconda.com](https://www.anaconda.com/download#downloads)
- Mac: Download executable binary from [anaconda.com](https://www.anaconda.com/download#downloads)
- Linux: Download executable shell file from [anaconda.com](https://www.anaconda.com/download#downloads)
- Pandas (For data analysis):
- Windows, Mac, Linux: Type `pip install pandas` in terminal/command line
- MatPlotLib (For plotting):
- Windows, Mac, LinuxL Type `pip install matplotlib` in terminal/command line

**Make sure the raw data files are in the same directory as the Python scripts**