Update slate handling in seed frame initialization for DK and FD to replace 'Auxiliary Slate' with 'Late Slate' for improved accuracy in data retrieval.
c1f80bb
James McCoolcommited on
Fix variable name for seed in showdown contest simulation to ensure correct functionality in Streamlit app.
75dd4b0
James McCoolcommited on
ping
f1da70f
James McCoolcommited on
Refactor showdown baseline initialization in Streamlit app to use specific slate names for improved clarity and consistency, and remove unnecessary slate filtering in showdown functions.
40e7b2a
James McCoolcommited on
Update showdown slate initialization in Streamlit app to use specific names for clarity and consistency
f95532e
James McCoolcommited on
Add slate definitions for DK and FD showdown options on data reset in Streamlit app
6239cb8
James McCoolcommited on
ping
42a07c0
James McCoolcommited on
adding dynamic showdown options
89a1dc0
James McCoolcommited on
Enhance frequency calculation in Showdown Contest Sims by updating the unique player data extraction to include an additional column, improving accuracy in player frequency representation.
167d41b
James McCoolcommited on
Refactor Sim_Winner_Frame processing in Streamlit app to drop 'unique_id' and 'win_count' columns, and enhance frequency calculations for player data, improving data handling and clarity.
cdb988b
James McCoolcommited on
Remove ownership calculation and related columns from Sim_Winner_Frame in Streamlit app for streamlined data processing.
34bb742
James McCoolcommited on
Update column names in Showdown Contest Sims to use specific showdown columns for improved data accuracy and consistency.
fc682f1
James McCoolcommited on
Add FLEX5 column to DK and FD seed frames in showdown functions for enhanced data completeness
b621a3b
James McCoolcommited on
Refactor slate handling in showdown functions to use specific showdown slate names for improved clarity and consistency in data retrieval.
84a54cb
James McCoolcommited on
adding slate types
20b767f
James McCoolcommited on
Update Showdown Contest Sims to reflect correct slate names and options in Streamlit app for improved user clarity.
c96171b
James McCoolcommited on
Add table display for raw data in Streamlit app during contest simulations for better data visibility.
2098c2e
James McCoolcommited on
Rename 'player_id' column to 'player_ID' in raw_display DataFrame for consistency in data handling.
7007e97
James McCoolcommited on
Update Streamlit app styles by adjusting button group gap, segmented control height, and border radius for improved aesthetics and user experience.
191d93d
James McCoolcommited on
Remove redundant font size adjustment for active segmented control in Streamlit app styles, streamlining CSS for improved maintainability.
e760d8b
James McCoolcommited on
Enhance Streamlit app styles by adjusting font size for active segmented control, improving visual clarity and user interaction.
a199113
James McCoolcommited on
Update Streamlit app to adjust tab selector width from 'content' to 'stretch' for enhanced layout flexibility.
3202deb
James McCoolcommited on
Update Streamlit app styles by changing text color and adjusting width for improved visual consistency and user experience.
547c91f
James McCoolcommited on
Update Streamlit app styles by changing text color to black and adjusting font size for improved readability and user experience.
6b0070e
James McCoolcommited on
Refactor seed frame initialization functions to handle multiple slate types for DraftKings and FanDuel, improving data retrieval and organization based on slate selection.
043582a
James McCoolcommited on
Add database connection module and refactor Streamlit app to utilize it, improving code organization and data handling for simulations.
f70d907
James McCoolcommited on
Refactor initialization functions in Streamlit app to remove database argument, streamlining data loading for DraftKings and FanDuel simulations.
53b891e
James McCoolcommited on
Update Streamlit app to include database arguments in baseline initialization functions, enhancing data handling for DraftKings and FanDuel simulations.
85e91a9
James McCoolcommited on
adding db args
43e7adb
James McCoolcommited on
ping
8848042
James McCoolcommited on
held the folder in the wrong spot
c07132c
James McCoolcommited on
beginning of refactor to include showdown, needs more work
814ee92
James McCoolcommited on
Refactor contest simulation UI in Streamlit app to improve layout and user interaction. Introduced new columns for site selection and contest parameters, while removing redundant options for player and team locking. This enhances clarity and usability for users simulating contests.
cced62b
James McCoolcommited on
removing unnecessary load/reset
c626d33
James McCoolcommited on
Update team selection logic in Streamlit app to utilize the correct exported baseline data for both DK and FD. This change ensures consistency in team variable assignments across different sections of the data export functionality.
9d51f3c
James McCoolcommited on
Update Streamlit app to use exported baseline data for team selection and locking logic. Refactored variable names for clarity and consistency across the data export functionality.
948e661
James McCoolcommited on
reverting player and team locks
c811591
James McCoolcommited on
Refactor query construction in DK seed frame function to streamline player and team locking/removal logic. Consolidated query conditions and improved execution flow for better performance and readability.
ec03891
James McCoolcommited on
Enhance DK and FD seed frame functions in Streamlit app to support player and team locking/removal. Updated function signatures and query logic to filter lineups based on user-defined constraints. Adjusted calls to these functions throughout the app for consistency.
5dffa53
James McCoolcommited on
Refactor Streamlit app to remove redundant name conversion messages and enhance data loading/reset functionality. Added buttons for data export and improved layout with segmented controls for better user experience.