Refactor stack size filtering logic in app.py for improved functionality
a696f68
James McCoolcommited on
Enhance input field labels and filtering logic in app.py for better clarity
5f539f7
James McCoolcommited on
Update selection prompts in app.py for clarity and consistency
fe3cdfc
James McCoolcommited on
Refactor input fields in app.py for enhanced user experience
9d1f51c
James McCoolcommited on
Enhance player and team selection interface in app.py
4ac617e
James McCoolcommited on
Update sport selection options in app.py to enhance user choices
4763dae
James McCoolcommited on
Update selection options in app.py to improve user experience
624ddbc
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
Refactor contest name handling in app.py to combine contest names with their corresponding dates. Removed the contest ID map from the return values of grab_contest_names function to streamline data retrieval, while maintaining the necessary information for subsequent processing.
e04a121
James McCoolcommited on
Remove plotly from requirements.txt to streamline dependencies and reduce package size.
c4c501e
James McCoolcommited on
Refactor player information handling in app.py by removing redundant error handling for contest ID filtering. Streamlined session state management for salary, team, and position dictionaries to enhance code clarity and maintain functionality.
5b9c82c
James McCoolcommited on
Add error handling for contest file upload in app.py
f9e16b0
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
Update salary and actual fantasy points calculations in app.py to apply a 1.5x multiplier for the first player in each row. This change enhances the accuracy of player evaluations in the data processing workflow.
abd1ae1
James McCoolcommited on
Add handling for 'Showdown' contest type in load_contest_file.py
3894e93
James McCoolcommited 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 McCoolcommited 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 McCoolcommited on
Filter player information to exclude entries with matching contest and player dates in app.py for improved data accuracy
875d2e4
James McCoolcommited on
Add display of salary dictionary in app.py for improved user visibility
6e5afb9
James McCoolcommited on
Reorder player information sorting in app.py to enhance data accuracy by ensuring duplicates are removed after sorting by salary
ceb4948
James McCoolcommited on
Sort player information by salary and remove duplicates in app.py for improved data accuracy
f4a3c34
James McCoolcommited on
Add Showdown contest type handling in app.py for enhanced player data processing
f56fa41
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
Update db_type assignment in app.py for improved clarity in contest type handling
48da594
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
Update player information retrieval in app.py to use contest_date for accuracy
906a851
James McCoolcommited on
Update grab_contest_player_info function in app.py to use contest_date instead of contest_name
7365d98
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
Refactor player information mapping in app.py for consistency and clarity
629cb6e
James McCoolcommited on
Update player information handling in app.py and load_contest_file.py for improved contest data processing
8dfe988
James McCoolcommited on
Add player information retrieval in app.py for enhanced contest data processing
869c271
James McCoolcommited on
Add table display for contest file and helper in app.py
cb50269
James McCoolcommited on
Refactor contest selection process in app.py to streamline user input
f543677
James McCoolcommited on
Enhance contest name retrieval in app.py to support multiple contest types
910ce9f
James McCoolcommited on
Update player position assignment in app.py to handle GOLF sport case
8e622a8
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