dmaclean / dfs-python

Tools for DFS data collection and projection creation.
11 stars 2 forks source link

Change "defense vs position" calculation to use RG positions #10

Closed dmaclean closed 10 years ago

dmaclean commented 10 years ago

The _calculate_defense_vsposition function in projections.py is using the position we get from basketball-reference, so it's a more generic Guard/Forward/Center calculation vs PG/SG/SF/PF/C. This should be changed to use the _rgposition column in the players table.

dmaclean commented 10 years ago

Done.

Files modified: