DFS_Contest_Analyzer / global_func /load_contest_file.py

Commit History

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

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

Refactor name matching logic and update dependencies
91e473e

James McCool commited on

Refactor lineup replacement logic in load_contest_file function
21ba9dc

James McCool commited on

Add debug output for sport variable in load_contest_file function
bd643f8

James McCool commited on

Add debug output for cleaned DataFrame in load_contest_file function
b7058ba

James McCool commited on

Enhance error handling for lineup replacements in load_contest_file function
e37ddff

James McCool commited on

Update position lists in load_contest_file function for MMA and GOLF
0a19512

James McCool commited on

Add table display for contest file preview in app.py
7092994

James McCool commited on

Add debug output for cleaned DataFrame in load_contest_file function
b6bd444

James McCool commited on

Update position lists in load_contest_file function for MMA and GOLF
70f0305

James McCool commited on

Enhance sport selection and contest file loading logic
3b2f6ef

James McCool commited on

Refactor helper DataFrame selection in load_contest_file function
8d72ffa

James McCool commited on

Enhance debugging feedback in load_contest_file function
bbf6bb9

James McCool commited on

Enhance contest file loading in app.py and load_contest_file function
dd89b11

James McCool commited on

Enhance load_contest_file function to include EntryCount in cleaned dataframe
faa4887

James McCool commited on

Enhance load_contest_file function to return cleaned lineups
88f31b2

James McCool commited on

Add debug output for cleaned lineup in load_contest_file function
f55422b

James McCool commited on

Refine column selection in load_contest_file function for improved data structure
637112e

James McCool commited on

Refactor app.py and load_contest_file.py for improved data handling
56ac316

James McCool commited on

Update lineup splitting to include 'Remove' column in load_contest_file function
978080b

James McCool commited on

Enhance lineup splitting logic in load_contest_file function
245a9b5

James McCool commited on

Update position list formatting in load_contest_file function
19654d9

James McCool commited on

Update lineup replacement logic in load_contest_file function
7443266

James McCool commited on

Fix lineup replacement logic in load_contest_file function
a01df7b

James McCool commited on

Add MLB position handling in load_contest_file function
de2ad46

James McCool commited on

Refactor load_contest_file function to streamline data processing
795a6d7

James McCool commited on

Refine player lineup processing logic in load_contest_file function
894a694

James McCool commited on