# Data Visualization Projects

## From the Open Data NYC Porta l

[Link to One of Many Medium Articles](https://medium.com/@lilysu/3-things-you-probably-didnt-know-about-municipal-services-in-nyc-6ce3691a50d)

## Covid Cases in NYC in the First Half of March 2020

![covid](https://github.com/LilySu/DataViz/blob/master/matplotlib_March2020_nyc_Covid.png?raw=true)

## Critical and non-critical routes for snow plowing priority by the Department of Sanitation.

![](https://miro.medium.com/max/931/1*oxbuZYUxwO5K_UZp4Rp1-w.png)

## Census data from 2010.

![](https://miro.medium.com/max/1063/1*dgG0xGKydhaetZrxUaPBvA.png)

## Population by numbers of days in a week that trash is picked up.

![](https://miro.medium.com/max/1099/1*9tkzYneyF7h0ZA66qx3ALg.png)

## Motor Vehicle Death in a 6-month Span

![](https://miro.medium.com/max/543/1*Tbb62F30v1_-JyVAFOwXsw.png)

## NYC Building Number of Floors by ZipCode Population Count

![num floors by population neighborhood nyc](https://github.com/LilySu/DataViz/blob/master/Census/ZipCodes_Tax_monochrome.png)

## NYC Building Number of Floors by ZipCode Population Count Recolored

![num floors by population neighborhood nyc](https://github.com/LilySu/DataViz/blob/master/Census/ZipCodes_red_yellows_on_green_pink.png)

## ZipCode Outline with Location Overlay

![num floors by zip code nyc](https://github.com/LilySu/DataViz/blob/master/Census/ZipCodes.png?raw=true)

## Building Permits and Roads Austin Metro Area

![building\_permits\_Austin](https://github.com/LilySu/DataViz/blob/master/Austin/Service_Area_Transit_Hubs_and_BuildingPermits.png?raw=true)

## Transit Stops Austin Metro Area

![Transit Services\_Austin](https://github.com/LilySu/DataViz/blob/master/Austin/Service_Area_Transit_Hubs_and_Bus_Stops.png?raw=true)

## Transit Services and Bus Routes Austin Metro Area

![Transit Services\_Austin\_Roads and Stops](https://github.com/LilySu/DataViz/blob/master/Austin/Austin_Plus_Bus_Routes_by_Service.png?raw=true)

## Population by Census Neighborhood Tabulation Area 2020 and Truck Routes

![Population\_Show\_Size](https://github.com/LilySu/DataViz/blob/master/DSNY_Priority_roadwaytyp_1_2020.png)

## NYC Building Number of Floors by Location in Mid-to-Lower Manhattan

![num floors by zip code nyc\_closeup](https://github.com/LilySu/DataViz/blob/master/Census/ZipCodes_Tax_monochrome_Closeup_No_background.png)

## Major Roads in NYC - Truck Routes Dataset from NYC Open Data Portal

![pastel\_truck\_routes](https://github.com/LilySu/DataViz/blob/master/Census/Truck_Routes_NYC.png?raw=true)

![truck\_routes](https://github.com/LilySu/DataViz/blob/master/Census/Truck_Routes_NYC_epsg3857.png?raw=true)

## Equal Area Projection

![truck\_routes\_projection1](https://raw.githubusercontent.com/LilySu/DataViz/master/Census/Truck_Routes_NYC_equal_area.png)

## Equal Distance Projection

![truck\_routes\_projection\_2](https://github.com/LilySu/DataViz/blob/master/Census/Truck_Routes_NYC_project4.png?raw=true)

## Routes using Contextily Base Maps

![truck\_routes\_projection\_3](https://github.com/LilySu/DataViz/blob/master/Census/Truck_Routes_NYC_with_BaseMap.png?raw=true)

## New York State Counties and towns

![New York State Counties and towns](https://github.com/LilySu/DataViz/blob/master/NYS_Counties_and_Townss.png?raw=true)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lilyxsu.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
