Inspiration

I used Taipy last week and was thinking about using it again, so I looked for interesting data leading to me finding my school's budget. As a result, I took the budget and starting thinking about how to display it. Then I switched to Streamlit because it seemed more appropriate for the task.

What it does

It displays the current 2024 budget for TAEHS in table and pie chart form. Elements of the chart can be selected and deselected in order to determine the percentage value of the total budget it occupies. It displays separately the school's income, salary expenses, and miscellaneous expenses.

How we built it

It is built using streamlit along with pandas and plotly. Streamlit is used for front-end and back-end while pandas and plotly are used for graphing.

Challenges we ran into

I ran into challenges creating a pie graph because it's not a standard built-in feature.

Accomplishments that we're proud of

I am proud of being able to interpret the data from the CSV.

What we learned

I learned how CSVs work.

What's next for Edison 2024 Budget Overview Dashboard

Scraping directly from the budgetary site in order to automate dashboard creation for all NYC schools and all years.

Built With

  • streamlit
Share this project:

Updates