DFS_Contest_Analyzer / global_func

Commit History

Update create_general_comparison.py to refine overall general calculation
5c8315f

James McCool commited on

Add general comparison feature in app.py and create_general_comparison.py
31a2d34

James McCool commited 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 McCool commited on

Add size comparison feature in app.py and create_size_comparison.py
c6bf99d

James McCool commited on

Add stack comparison feature in app.py and create_stack_comparison.py
c744629

James McCool commited on

Remove debug output for salary dictionary in app.py and correct player exposure percentage calculation in create_player_comparison.py
053e7df

James McCool commited on

Refactor player comparison logic in app.py and create_player_comparison.py
00f9a6c

James McCool commited on

Add player comparison feature in app.py and create_player_comparison.py
45351e3

James McCool commited on

Refactor WNBA lineup column names in load_contest_file.py
9c09ce3

James McCool commited on

Enhance WNBA lineup parsing in load_contest_file.py
6e4997c

James McCool commited on

Refactor WNBA lineup column order in load_contest_file.py
0bb17b9

James McCool commited on

Fix WNBA lineup parsing in load_contest_file.py
401a7dd

James McCool commited on

Update WNBA lineup parsing in load_contest_file.py
8d09918

James McCool commited on

Add WNBA support for contest file loading
5b2d759

James McCool commited on

Add support for GOLF sport in contest file loading
8fd8af6

James McCool commited on

Enhance duplication metrics in app.py and create_general_exposures.py
b36408f

James McCool commited on

Enhance general exposures calculation in create_general_exposures.py
937f1e0

James McCool commited on

Refactor lineup replacement logic in load_contest_file.py
c2b7029

James McCool commited on

Enhance lineup processing in load_contest_file.py
472d4c4

James McCool commited 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 McCool commited 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 McCool commited 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 McCool commited on

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

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

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

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

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

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

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

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

James McCool commited on

Remove unused import of get_contest_names in load_contest_file.py to streamline the code. Maintained existing functionality while improving code clarity.
60d75d2

James McCool commited on