defundthepolice icon indicating copy to clipboard operation
defundthepolice copied to clipboard

Budget Comparsion App

Open banjtheman opened this issue 4 years ago • 1 comments

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?

  1. 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

  2. I would then turn the CSV to dataframees https://github.com/banjtheman/defundthepolice/blob/main/main_st.py#L57-L59

  3. Render the dataframes https://github.com/banjtheman/defundthepolice/blob/main/main_st.py#L60

  4. 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 avatar Sep 30 '20 20:09 banjtheman

@banjtheman could you take a look at #29 and see if this is the kind of idea you had for this issue?

Alig1493 avatar Oct 02 '20 18:10 Alig1493