Skip to main content

A package for creating a database containing NFL stats.

Project description

nfetl

Short Description

A python package for creation and maintenance of an NFL statistics database.

Long Description

nfetl provides users with a straight-forward API for creating and maintaining their own sqlite database of NFL statistics. Statistics are sourced from Pro-Football-Reference using webscraping scripts.

Disclaimer

During development of this package, consideration was taken to prevent users of this package from overwhelming the source web server. However, It is recommended users read the liscense before developing using this package and carefully consider how the planned implementation may impact source availability.

Example

from nfetl import DB
import pandas as pd

db: DB = DB()

offense_df: pd.DataFrame = pd.read_sql("SELECT * FROM offense", db.connection)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nfetl-0.9.0.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

nfetl-0.9.0-py3-none-any.whl (43.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page