Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T03:08:53.000Z (over 6 years ago)
- Last Synced: 2024-11-10T10:29:08.604Z (3 months 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)
```