An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](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.

![Final App Animation](https://github.com/streamlit/demo-uber-nyc-pickups/raw/main/uber_demo.png "Uber demo")

## 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).