Nyssa Raquel Miller

Home | Projects | Resume | GitHub | LinkedIn | Contact

Austin Crash Data

November 2025
Google Looker Studio • Python


Using Google Looker Studio and a public dataset from the city of Austin, I reproduced Austin's Vision Zero Viewer, which visualizes traffic accidents throughout the city.
I visualized the data in four different formats: large figures along the top of the report to provide an overview of the figures the report explores, a column chart comparing this year's data versus the five year average, a stacked column chart showing accident trends by mode of transportation, and a map that displays the distribution of accidents for 2025 and the severity of each accident.
This project reinforced my skills in:

View Code on GitHub

Congressional Seats

October 2025
Webscraping • Python



To visualize how party lines have evolved over time in the United States, I developed a tool to webscrape Wikipedia (Party Divisions of United States Congresses).
I used the data I retrieved through webscraping to create two pairs of charts: one showing the total count of seats over time, which gave a great visual of America's growth over its 250 year history, and another showing the percent share of seats, which gave an idea of which party held power in each congress.
This project reinforced my skills in:

View Code on GitHub

Weather Dashboard

September 2025
Rest APIs • Python



Using OpenWeather's free API service, I wrote the framework for a weather dashboard in Python.
I parsed the data from json format to collect current weather data including temperature, high and low temperatures, feels like temperature, humidity, wind speed and direction, air pressure, and a brief qualitiative description of weather conditions. I also collected a five-day weather forecast and used the data to plot temperature with feels like temperature at a 24 hour scale, temperature at a 120 hour scale, and to build a table detailing predicted weather conditions and precipitation chance. Next I collected air quality data, including concentrations for pollutants and particulates, and generated a color-coded Air Quality Report dashboard.
This project reinforced my skills in:

View Code on GitHub

Home | Projects | Resume | GitHub | LinkedIn | Contact
© 2025