Commit History

Enhance app.py by adding a display of player names in the FD seed frame initialization. This update improves data visibility by presenting the names in a structured format using st.table, facilitating better understanding during contest simulations.
64f87a1

James McCool commited on

Refactor app.py to improve the display of the working seed table by replacing head(100) with a DataFrame constructor that explicitly sets column names. This change enhances data visibility during contest simulations by ensuring the correct structure of the displayed data.
19b6535

James McCool commited on

Limit displayed rows of the working seed table to the first 100 entries in app.py, enhancing data visibility during contest simulations.
2b7fa4c

James McCool commited on

Enhance app.py by adding a display of the working seed table in the simulation section, improving data visibility during contest simulations. Removed commented-out code for better readability.
c652317

James McCool commited on

Update FD seed frame initialization in app.py to exclude the _id field from the database query, improving data handling and readability.
61807b4

James McCool commited on

Enhance FD seed frame initialization in app.py by adding a mapping for player names using a dictionary from the database. This improves data readability and ensures that player names are correctly displayed in the output DataFrame.
e344b74

James McCool commited on

Refactor app.py to remove Google Sheets integration and streamline database connection. The init_conn function now only returns the MongoDB client, simplifying the connection process and enhancing code maintainability.
a6b5d03

James McCool commited on

Refactor seed frame initialization functions in app.py to return the full DK and FD seed arrays instead of a sliced version based on 'sharp_split'. This change simplifies the data handling process and ensures that all relevant data is available for further processing.
04080ce

James McCool commited on

adding query limiting
bc54484

James McCool commited on

Update lineup input constraints in app.py to limit user input for 'sharp_split_var' to a range between 10,000 and 500,000, enhancing data validation and user experience.
0909cb6

James McCool commited on

Refactor seed frame initialization and contest simulation to accept 'sharp_split' parameter, allowing dynamic lineup size input. Update logic to conditionally load seed frames based on user-selected slate and site, enhancing flexibility and user experience.
283dca5

James McCool commited on

Revert
4360759

James McCool commited on

Refactor seed frame initialization functions to accept 'sharp_split' parameter, enhancing flexibility in data handling. Update contest simulation logic to conditionally load seed frames based on selected slate and site, improving user experience and code maintainability.
6f36c66

James McCool commited on

Refactor data export logic to utilize list comprehension for mapping player IDs, improving performance and readability
f69b920

James McCool commited on

Enhance data export functionality by initializing and filtering 'working_seed' based on team and stack variables in session state
8ee5fa8

James McCool commited on

Refactor data export preparation to use correct indexing for DataFrame columns
04606ac

James McCool commited on

fixed ownership in sim
1b7e492

James McCool commited on

replacing player values with ID values
0f68fa6

James McCool commited on

added player IDs to exports
b1009c6

James McCool commited on

Added secondary slates
fac166f

James McCool commited on

added STDev calc
933208f

James McCool commited on

fixed "cei" error
0161a01

James McCool commited on

Removing need for NFL_Data source and using strictly mongo
42e86d5

James McCool commited on

added FD_seed
3ec34fb

James McCool commited on

fixing some initial querying
ce10cb4

James McCool commited on

Fixed removal of DK/FD option for some reason
9b31155

James McCool commited on

Update app.py
586a577
verified

Multichem commited on

Update app.py
7d026b0
verified

Multichem commited on

changed TTL as a test
a054c4f

James McCool commited on

Update app.py
e348da4
verified

Multichem commited on

Update app.py
7ec8f21
verified

Multichem commited on

Update app.py
7367c3c
verified

Multichem commited on

Update app.py
35c297d
verified

Multichem commited on

Update app.py
5adc435
verified

Multichem commited on

Update app.py
e3f8777
verified

Multichem commited on

Update app.py
da5de84
verified

Multichem commited on

Update app.py
8f021e9
verified

Multichem commited on

Update app.py
48528ce
verified

Multichem commited on

Update app.py
bedc7a9
verified

Multichem commited on

Update app.py
0300805
verified

Multichem commited on

Update app.py
6fc782b
verified

Multichem commited on

Update app.py
9254b35
verified

Multichem commited on

Update app.py
a6e4cf4
verified

Multichem commited on

Update app.py
28795e1
verified

Multichem commited on

Update app.py
2426e3e
verified

Multichem commited on

Update app.py
8ae0ee8
verified

Multichem commited on

Update app.py
cf4b750
verified

Multichem commited on

Update app.py
680be0a
verified

Multichem commited on

Update app.py
2d9f038
verified

Multichem commited on

Update app.py
9f1d081
verified

Multichem commited on