https://github.com/ricky-lim/career-analysis
Data-driven analysis
https://github.com/ricky-lim/career-analysis
analysis data glassdoor pandas salaris salary
Last synced: 3 months ago
JSON representation
Data-driven analysis
- Host: GitHub
- URL: https://github.com/ricky-lim/career-analysis
- Owner: ricky-lim
- Created: 2017-12-21T01:18:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T00:49:16.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T09:23:40.600Z (8 months ago)
- Topics: analysis, data, glassdoor, pandas, salaris, salary
- Language: Jupyter Notebook
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data-driven Career Analysis
## Setup
### Pre-requisite
- conda
- mac os, 10.13.2```bash
conda env create -f environment.yml
```## How to run
```bash
jupyter notebook
```## Env export
```bash
conda env export --no-builds > environment.yml
```