Refactor CSV export functionality in app.py to conditionally display download buttons based on selected variable. Users can now export either marketshares or matchups data as CSV files, enhancing data export options.
9402543
James McCoolcommited on
Remove PDF export functionality from app.py and update requirements.txt to reflect changes. The `convert_df_to_pdf` function has been deleted, along with related download options for PDF. The requirements.txt file has been updated to remove the reportlab dependency, streamlining the application for CSV exports only.
c9d235d
James McCoolcommited on
Refactor PDF export functionality in app.py to use ReportLab
d581c52
James McCoolcommited on
Refactor PDF export functionality in app.py
51316bf
James McCoolcommited on
Add PDF export functionality in app.py for marketshares data
4d6e5f5
James McCoolcommited on
Refactor dataframe display in app.py to set index and reduce height
def2aed
James McCoolcommited on
Add matchups formatting to app.py for improved data display
eed2a00
James McCoolcommited on
Enhance matchup data processing in app.py by adding new columns: 'HDCF%', 'o_HDCA%', 'HDCF_m%', and 'HDSF+'. This improves the analysis capabilities of the matchups dataset.