RandomFractals / chicago-crimes

Exploring Chicago crimes dataset with Jupyter notebooks, DuckDB, Malloy and new Panel/PyScript data and dashboard tools.
GNU Affero General Public License v3.0
38 stars 4 forks source link

Create simple Chicago crimes charts and dashboard Malloy queries/results rendering examples #25

Closed RandomFractals closed 1 year ago

RandomFractals commented 1 year ago

https://looker-open-source.github.io/malloy/documentation/visualizations/dashboards.html

RandomFractals commented 1 year ago

Crimes by primary type bar chart:

chicago-crimes-malloy-bar-chart

RandomFractals commented 1 year ago

Crimes by desription bar chart:

chicago-crimes-by-description-bar-chart

RandomFractals commented 1 year ago

Crimes by primary type with crime description summary bar chart:

chicago-crimes-with-nested-description-bar-chart

RandomFractals commented 1 year ago

Crimes by location (top 20):

chicago-crimes-by-location-bar-chart

RandomFractals commented 1 year ago

Simplified chart queries using data queries import from #24:

chicago-crime-charts

RandomFractals commented 1 year ago

See new With Malloy Charts section in docs: https://github.com/RandomFractals/chicago-crimes#with-malloy-charts