Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Releases: nflverse/nfl_data_py

Code updates

07 Aug 21:44
a29b442

Choose a tag to compare

-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

02 Aug 23:47
438ef7a

Choose a tag to compare

v0.1.5

Delete .github/workflows directory

Feature update

02 Aug 22:42
3142011

Choose a tag to compare

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

31 Jul 02:32
b02d3ac

Choose a tag to compare

Added pulls for combine data and mapping table with ids for a variety of NFL/fantasy sites

Minor bug fixes

29 Jul 23:25

Choose a tag to compare

v0.1.2

Merge branch 'main' of https://github.com/cooperdff/nfl_data_py into …

Function update

29 Jul 10:59

Choose a tag to compare

Added functions for pulling betting lines, officials data, and draft pick data.

New release

27 Jul 00:51
1fcc51a

Choose a tag to compare

Added error checking + functions to pull schedule and team descriptive data.

First release

26 Jul 01:04

Choose a tag to compare

First release Pre-release
Pre-release

First public version nfl_data_py