| name | description | method of disposal |
| Points_AVG | Average of points the player gets during these matches | use weighted average |
| MP_AVG | Average time of playing during these matches | |
| FG_AVG | Average field goals of the player during these matches | |
| FGA_AVG | Average field goal attempts during these matches | |
| TRB_AVG | Average rebounds of the player during these matches | |
| AST_AVG | Average assists of the player during these matches | |
| STL_AVG | Average of Steal during theses matches | |
| BLK_AVG | Average of blocks during these matches | |
| P3_AVG | Average of 3-Point field goals during these matches | |
| PA3_AVG | Average of 3-point field goal attempts during these matches | |
| +/-_AVG | Average of +/− of the player during these matches | use average directly |
| M_days | Total number of matches during these days | just sum up |
| Ms_days | Total number of matches starting during these days | |
| Home_days | Total number of matches held at home | |
| Host_days | Total number of matches held away from home | |
| B2B | Whether the routine includes back to back games |
|