https://github.com/madrury/commute-times
Simulated Commute Times Data
https://github.com/madrury/commute-times
data-analysis data-science data-visualization dataset
Last synced: 14 days ago
JSON representation
Simulated Commute Times Data
- Host: GitHub
- URL: https://github.com/madrury/commute-times
- Owner: madrury
- License: gpl-2.0
- Created: 2018-07-25T22:17:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T03:08:53.000Z (almost 8 years ago)
- Last Synced: 2025-03-03T21:40:01.136Z (over 1 year ago)
- Topics: data-analysis, data-science, data-visualization, dataset
- Language: Jupyter Notebook
- Size: 7.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simulated Commute Time Data
This contains a simulation engine for commute time data in a fictional city.
## Insallation
To install in development mode:
```
git clone https://github.com/madrury/commute-times.git
cd commute-times
pip install -e .
```
## Use
To simulate a 5000 record data set:
```
from commute_times.commute_times import CommuteTimeData
commute_data = CommuteTimeData().sample(5000)
```