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
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.
60d75d2
James McCoolcommited on
Refactor name matching logic and update dependencies
91e473e
James McCoolcommited on
Refactor lineup replacement logic in load_contest_file function
21ba9dc
James McCoolcommited on
Add debug output for sport variable in load_contest_file function
bd643f8
James McCoolcommited on
Add debug output for cleaned DataFrame in load_contest_file function
b7058ba
James McCoolcommited on
Enhance error handling for lineup replacements in load_contest_file function
e37ddff
James McCoolcommited on
Update position lists in load_contest_file function for MMA and GOLF
0a19512
James McCoolcommited on
Add table display for contest file preview in app.py
7092994
James McCoolcommited on
Add debug output for cleaned DataFrame in load_contest_file function
b6bd444
James McCoolcommited on
Update position lists in load_contest_file function for MMA and GOLF
70f0305
James McCoolcommited on
Enhance sport selection and contest file loading logic
3b2f6ef
James McCoolcommited on
Refactor helper DataFrame selection in load_contest_file function
8d72ffa
James McCoolcommited on
Enhance debugging feedback in load_contest_file function
bbf6bb9
James McCoolcommited on
Enhance contest file loading in app.py and load_contest_file function
dd89b11
James McCoolcommited on
Enhance load_contest_file function to include EntryCount in cleaned dataframe
faa4887
James McCoolcommited on
Enhance load_contest_file function to return cleaned lineups
88f31b2
James McCoolcommited on
Add debug output for cleaned lineup in load_contest_file function
f55422b
James McCoolcommited on
Refine column selection in load_contest_file function for improved data structure
637112e
James McCoolcommited on
Refactor app.py and load_contest_file.py for improved data handling
56ac316
James McCoolcommited on
Update lineup splitting to include 'Remove' column in load_contest_file function
978080b
James McCoolcommited on
Enhance lineup splitting logic in load_contest_file function
245a9b5
James McCoolcommited on
Update position list formatting in load_contest_file function
19654d9
James McCoolcommited on
Update lineup replacement logic in load_contest_file function