https://github.com/nulladmin1/data_analysis
https://github.com/nulladmin1/data_analysis
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nulladmin1/data_analysis
- Owner: nulladmin1
- Created: 2023-11-02T23:58:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T23:09:46.000Z (over 2 years ago)
- Last Synced: 2023-12-12T00:53:05.714Z (over 2 years ago)
- Language: Python
- Size: 117 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**