Skip to content

Commit

Permalink
outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolff01 committed May 4, 2024
1 parent 5f3c908 commit 02d647b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def divide_csv(filename, start_row, end_row, start_col, end_col):
column_names = [((res_1 * res_2)* 100)for res_1, res_2 in zip(division_results_1, division_results_2)]


st.title("Swing Efficiency %")
st.title("Perfect Timing")

a = {'Names': csv_row_range(filename, 1, 135),'Swing Efficiency %': column_names}
df = pd.DataFrame.from_dict(a, orient='index')
Expand Down

0 comments on commit 02d647b

Please sign in to comment.