Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Multichem-PD
/
DFS_Portfolio_Manager
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ab4dc7d
DFS_Portfolio_Manager
/
global_func
Ctrl+K
Ctrl+K
2 contributors
History:
43 commits
James McCool
Fix calculation of current ownership type maximum in trim_portfolio.py to use the correct row's own type value, improving accuracy in portfolio trimming logic.
8e96a8e
20 days ago
clean_player_name.py
Safe
423 Bytes
Initial Commit
3 months ago
find_csv_mismatches.py
Safe
4.28 kB
Initial Commit
3 months ago
find_name_mismatches.py
Safe
4.36 kB
Initial Commit
3 months ago
get_portfolio_names.py
Safe
864 Bytes
Add portfolio name extraction and matching in app.py: implement a new function to retrieve unique player names from the portfolio, enhance name matching logic, and update session state with matched names for improved data consistency and analysis.
about 1 month ago
highlight_rows.py
Safe
971 Bytes
Initial Commit
3 months ago
load_csv.py
Safe
683 Bytes
Initial Commit
3 months ago
load_dk_fd_file.py
Safe
1.33 kB
Refactor file type checks in load_file.py and load_ss_file.py: streamline file extension validation using endswith method for improved readability. Update app.py to handle salary conversion more robustly by removing unnecessary exception handling.
21 days ago
load_file.py
Safe
1.13 kB
Refactor salary processing in app.py: move salary character replacement to app.py for improved clarity and maintainability, ensuring consistent handling of salary values during projections file loading.
21 days ago
load_ss_file.py
Safe
1.14 kB
Refactor file type checks in load_file.py and load_ss_file.py: streamline file extension validation using endswith method for improved readability. Update app.py to handle salary conversion more robustly by removing unnecessary exception handling.
21 days ago
optimize_lineup.py
Safe
3.19 kB
Initial Commit
3 months ago
predict_dupes.py
Safe
17.8 kB
Update salary input limits in app.py: increase the maximum acceptable salary from 60,000 to 100,000 to accommodate a wider range of salary options for users. Adjust conditional checks in predict_dupes.py to use 'elif' for improved clarity in type_var evaluations.
24 days ago
trim_portfolio.py
Safe
1.37 kB
Fix calculation of current ownership type maximum in trim_portfolio.py to use the correct row's own type value, improving accuracy in portfolio trimming logic.
20 days ago