Nflreadrs
[!NOTE] This crate is not yet fully functional!
Nflreadrs is a port of nflverse's nflreadpy (Python) and nflreadr (R) libraries to the Rust programming language.
Quick Start
This is a simple setup to download team stats of the current season. The resulting data will be a Polars DataFrame.
use pull;
use ;
Major TODOs
- Improve errors with thiserror
- Support for parquet
- Caching/using already downloaded files when feasible