Commit History

Add handling for 'Showdown' contest type in load_contest_file.py
3894e93

James McCool commited on

Refactor player information retrieval in app.py to include contest name and ID map parameters in grab_contest_player_info function calls. This change enhances data accuracy by ensuring the retrieval process is aligned with specific contest details.
6e5cc93

James McCool commited on

Enhance player information retrieval in app.py by adding contest name and ID map parameters to grab_contest_player_info function. Implemented error handling to filter player data based on contest ID for improved accuracy and data integrity.
dc9501e

James McCool commited on

Filter player information to exclude entries with matching contest and player dates in app.py for improved data accuracy
875d2e4

James McCool commited on

Add display of salary dictionary in app.py for improved user visibility
6e5afb9

James McCool commited on

Reorder player information sorting in app.py to enhance data accuracy by ensuring duplicates are removed after sorting by salary
ceb4948

James McCool commited on

Sort player information by salary and remove duplicates in app.py for improved data accuracy
f4a3c34

James McCool commited on

Add Showdown contest type handling in app.py for enhanced player data processing
f56fa41

James McCool commited on

Update cleaned_df column names in load_contest_file.py to improve clarity and avoid confusion
3dc6731

James McCool commited on

Update cleaned_df column names in load_contest_file.py for clarity and consistency
1e08ae6

James McCool commited on

Refactor load_contest_file function to include contest type parameter for improved data handling
440bba8

James McCool commited on

Update db_type assignment in app.py for improved clarity in contest type handling
48da594

James McCool commited on

Refactor contest data handling in app.py and load_contest_file.py for improved clarity and functionality
996f8cb

James McCool commited on

Remove unnecessary print statements from app.py and load_contest_file.py for cleaner code
2ac8839

James McCool commited on

Enhance data handling in load_contest_file.py by dropping NA values from BaseName
4727314

James McCool commited on

Update data presentation in load_contest_file.py by replacing entry_list with df['BaseName']
0d5bdc7

James McCool commited on

Refactor entry list retrieval in load_contest_file.py for improved clarity
178f6d2

James McCool commited on

Replace print statements with st.table in load_contest_file.py for improved data presentation
955ef0e

James McCool commited on

Enhance data visibility in load_contest_file.py by replacing print statements with st.table
eb256a2

James McCool commited on

Add debug print statements in load_contest_file.py for improved data visibility
2ad75df

James McCool commited on

Update player information retrieval in app.py to use contest_date for accuracy
906a851

James McCool commited on

Update grab_contest_player_info function in app.py to use contest_date instead of contest_name
7365d98

James McCool commited on

Add debug print statements in load_contest_file.py for enhanced data visibility
764a992

James McCool commited on

Enhance contest file loading in app.py and load_contest_file.py to support additional data structures
98de8e5

James McCool commited on

Refactor return values in load_contest_file.py to streamline data output
32e941f

James McCool commited on

Refactor player information mapping in app.py for consistency and clarity
629cb6e

James McCool commited on

Update player information handling in app.py and load_contest_file.py for improved contest data processing
8dfe988

James McCool commited on

Add player information retrieval in app.py for enhanced contest data processing
869c271

James McCool commited on

Add table display for contest file and helper in app.py
cb50269

James McCool commited on

Refactor contest selection process in app.py to streamline user input
f543677

James McCool commited on

Enhance contest name retrieval in app.py to support multiple contest types
910ce9f

James McCool commited on

Update player position assignment in app.py to handle GOLF sport case
8e622a8

James McCool commited on

Enhance player data processing in load_contest_file.py by removing duplicates
f8c497a

James McCool commited on

Add helper name matching in load_contest_file.py for improved contest data processing
7740ecc

James McCool commited on

Fix variable usage in load_contest_file.py for contest name matching
889410b

James McCool commited on

Add debug output for specific player in load_contest_file.py
6c2ea99

James McCool commited on

Refactor contest file handling in app.py and add debug output in load_contest_file.py
928ec6e

James McCool commited on

Add table display for contest file helper in app.py
71afcc9

James McCool commited on

Add debug output for salary dictionary in app.py
fa5ae10

James McCool commited on

Update player position handling in app.py for GOLF sport case
0406a82

James McCool commited on

Refactor date selection handling in app.py
8b08b1a

James McCool commited on

Add debug output for selected dates in app.py
9e72c33

James McCool commited on

ping
59e1d02

James McCool commited on

Update contest data retrieval to handle 'GOLF' sport case
f147e97

James McCool commited on

Enhance contest data retrieval with secondary date handling
9cc55fb

James McCool commited on

Enhance contest data retrieval by adding secondary date parameter
c1c18f8

James McCool commited on

Handle division by zero in create_general_exposures function
00d6b89

James McCool commited on

Add informational message for manual loading in app.py
21f63dc

James McCool commited on

Refactor UI layout and streamline contest loading logic in app.py
1666aa7

James McCool commited on

Refactor layout and improve contest file handling in app.py
a692d2e

James McCool commited on