Releases: nflverse/nfl_data_py
Releases · nflverse/nfl_data_py
Code updates
-data imports can now use either pyarrow or fastparquet
-import_schedules() directs to new file with more data
-clean_df() includes feature for replace 'NA' with np.nan
Squishing bug in import_schedules
v0.1.5 Delete .github/workflows directory
Feature update
Added default downcasting of float64s to float32 to reduce memory usage. Will slow down initial data load. Can be turned off by setting downcast=False in import_weekly_data() or import_pbp_data().
New data pulls
Added pulls for combine data and mapping table with ids for a variety of NFL/fantasy sites
Minor bug fixes
v0.1.2 Merge branch 'main' of https://github.com/cooperdff/nfl_data_py into …
Function update
Added functions for pulling betting lines, officials data, and draft pick data.
New release
Added error checking + functions to pull schedule and team descriptive data.
First release
First public version nfl_data_py