Pool
pangadfs.pool
¶
PoolDefault()
¶
Bases: PoolBase
Source code in pangadfs/base.py
pool(*, csvpth, thresh=4, **kwargs)
¶
Creates initial pool
Parameters:
Name | Type | Description | Default |
---|---|---|---|
csvpth
|
Path
|
path for csv file |
required |
thresh
|
int
|
global filter on low-scoring players |
4
|
**kwargs
|
keyword arguments for plugins |
{}
|
Returns:
Type | Description |
---|---|
DataFrame
|
DataFrame with columns: |
DataFrame
|
player, team, pos, salary, proj |