defundthepolice
defundthepolice copied to clipboard
Budget Comparsion App
What is the Task
Create code that can display two-county budgets for comparison
Why do we want to do this
We want to be able to compare data between different counties
How can I get started?
-
I would start off with code that can read CSV from user input https://github.com/banjtheman/defundthepolice/blob/main/main_st.py#L132-L138
-
I would then turn the CSV to dataframees https://github.com/banjtheman/defundthepolice/blob/main/main_st.py#L57-L59
-
Render the dataframes https://github.com/banjtheman/defundthepolice/blob/main/main_st.py#L60
-
Render graph https://github.com/banjtheman/defundthepolice/blob/main/main_st.py#L204
Once this framework is in place can add updates as necessary
Definition of Done
Can view differences between counties
@banjtheman could you take a look at #29 and see if this is the kind of idea you had for this issue?