https://github.com/streamlit/demo-uber-nyc-pickups
A Streamlit demo to interactively visualize Uber pickups in New York City
https://github.com/streamlit/demo-uber-nyc-pickups
Last synced: 3 months ago
JSON representation
A Streamlit demo to interactively visualize Uber pickups in New York City
- Host: GitHub
- URL: https://github.com/streamlit/demo-uber-nyc-pickups
- Owner: streamlit
- License: apache-2.0
- Created: 2019-09-18T18:00:32.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T22:42:25.000Z (8 months ago)
- Last Synced: 2025-04-14T12:18:13.135Z (3 months ago)
- Language: Python
- Homepage:
- Size: 7.42 MB
- Stars: 336
- Watchers: 24
- Forks: 363
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://share.streamlit.io/streamlit/demo-uber-nyc-pickups/main)
# Streamlit Demo: Uber Pickups in New York City
A [Streamlit](https://streamlit.io) demo [written in pure Python](https://github.com/streamlit/demo-uber-nyc-pickups/blob/main/streamlit_app.py) to interactively visualize Uber pickups in New York City.
## Run this demo locally
```
pip install --upgrade streamlit
streamlit run https://raw.githubusercontent.com/streamlit/demo-uber-nyc-pickups/main/streamlit_app.py
```### Questions? Comments?
Please ask in the [Streamlit community](https://discuss.streamlit.io).