Update create_general_comparison.py to refine overall general calculation
5c8315f
James McCoolcommited on
Add general comparison feature in app.py and create_general_comparison.py
31a2d34
James McCoolcommited on
Rename function create_stack_comparison to create_size_comparison in create_size_comparison.py for consistency with feature naming. This change aligns the function name with its purpose of comparing stack sizes.
add3343
James McCoolcommited on
Add size comparison feature in app.py and create_size_comparison.py
c6bf99d
James McCoolcommited on
Add stack comparison feature in app.py and create_stack_comparison.py
c744629
James McCoolcommited on
Remove debug output for salary dictionary in app.py and correct player exposure percentage calculation in create_player_comparison.py
053e7df
James McCoolcommited on
Refactor player comparison logic in app.py and create_player_comparison.py
00f9a6c
James McCoolcommited on
Add player comparison feature in app.py and create_player_comparison.py
45351e3
James McCoolcommited on
Refactor WNBA lineup column names in load_contest_file.py
9c09ce3
James McCoolcommited on
Enhance WNBA lineup parsing in load_contest_file.py
6e4997c
James McCoolcommited on
Refactor WNBA lineup column order in load_contest_file.py
0bb17b9
James McCoolcommited on
Fix WNBA lineup parsing in load_contest_file.py
401a7dd
James McCoolcommited on
Update WNBA lineup parsing in load_contest_file.py
8d09918
James McCoolcommited on
Add WNBA support for contest file loading
5b2d759
James McCoolcommited on
Add support for GOLF sport in contest file loading
8fd8af6
James McCoolcommited on
Enhance duplication metrics in app.py and create_general_exposures.py
b36408f
James McCoolcommited on
Enhance general exposures calculation in create_general_exposures.py
937f1e0
James McCoolcommited on
Refactor lineup replacement logic in load_contest_file.py
c2b7029
James McCoolcommited on
Enhance lineup processing in load_contest_file.py
472d4c4
James McCoolcommited on
Comment out player mapping and deduplication in load_contest_file.py to prevent unintended data alterations. This change allows for flexibility in data processing while maintaining the existing structure for future adjustments.
1d9fb5a
James McCoolcommited on
Enhance player data processing in load_contest_file.py by applying mapping and deduplication to both df_helper and df dataframes. This change ensures consistent player information handling across different dataframes, improving data integrity.
0fb666c
James McCoolcommited on
Remove table display of salary and cleaned contest data in app.py and load_contest_file.py for a cleaner user interface. This change streamlines the data presentation by eliminating unnecessary table outputs while maintaining existing functionality.
5abfd03
James McCoolcommited on
Add handling for 'Showdown' contest type in load_contest_file.py
3894e93
James McCoolcommited on
Update cleaned_df column names in load_contest_file.py to improve clarity and avoid confusion
3dc6731
James McCoolcommited on
Update cleaned_df column names in load_contest_file.py for clarity and consistency
1e08ae6
James McCoolcommited on
Refactor load_contest_file function to include contest type parameter for improved data handling
440bba8
James McCoolcommited on
Refactor contest data handling in app.py and load_contest_file.py for improved clarity and functionality
996f8cb
James McCoolcommited on
Remove unnecessary print statements from app.py and load_contest_file.py for cleaner code
2ac8839
James McCoolcommited on
Enhance data handling in load_contest_file.py by dropping NA values from BaseName
4727314
James McCoolcommited on
Update data presentation in load_contest_file.py by replacing entry_list with df['BaseName']
0d5bdc7
James McCoolcommited on
Refactor entry list retrieval in load_contest_file.py for improved clarity
178f6d2
James McCoolcommited on
Replace print statements with st.table in load_contest_file.py for improved data presentation
955ef0e
James McCoolcommited on
Enhance data visibility in load_contest_file.py by replacing print statements with st.table
eb256a2
James McCoolcommited on
Add debug print statements in load_contest_file.py for improved data visibility
2ad75df
James McCoolcommited on
Add debug print statements in load_contest_file.py for enhanced data visibility
764a992
James McCoolcommited on
Enhance contest file loading in app.py and load_contest_file.py to support additional data structures
98de8e5
James McCoolcommited on
Refactor return values in load_contest_file.py to streamline data output
32e941f
James McCoolcommited on
Update player information handling in app.py and load_contest_file.py for improved contest data processing
8dfe988
James McCoolcommited on
Enhance player data processing in load_contest_file.py by removing duplicates
f8c497a
James McCoolcommited on
Add helper name matching in load_contest_file.py for improved contest data processing
7740ecc
James McCoolcommited on
Fix variable usage in load_contest_file.py for contest name matching
889410b
James McCoolcommited on
Add debug output for specific player in load_contest_file.py
6c2ea99
James McCoolcommited on
Refactor contest file handling in app.py and add debug output in load_contest_file.py
928ec6e
James McCoolcommited on
ping
59e1d02
James McCoolcommited on
Update contest data retrieval to handle 'GOLF' sport case
f147e97
James McCoolcommited on
Enhance contest data retrieval with secondary date handling
9cc55fb
James McCoolcommited on
Enhance contest data retrieval by adding secondary date parameter
c1c18f8
James McCoolcommited on
Handle division by zero in create_general_exposures function
00d6b89
James McCoolcommited on
Refactor layout and improve contest file handling in app.py
a692d2e
James McCoolcommited on
Remove unused import of get_contest_names in load_contest_file.py to streamline the code. Maintained existing functionality while improving code clarity.