[OC] 20 years of temperature data in Washington DC

    by Shriracha

    1 Comment

    1. For data collection, I used Python with Pandas with data from the [Meteostat](https://meteostat.net/en/) library to generate a CSV. For the visual, I used vanilla HTML/JavaScript. Basically, the JS code reads the CSV and dynamically creates custom styled divs in a loop based on features of the data (day of the week, average temperature, etc.)

    Leave A Reply