Skip to main content

NFL Big Data Bowl 2023: Analyzing pocket area.

Project description

NFL Big Data Bowl 2023

Open in Gitpod

Common Commands

Command Description
pytest Run all unit tests.
run jupyter Start a Jupyter notebook server (automatically launched).
run install-python-requirements Install the latest Python requirements to your virtual environment.
git checkout -b branch_name Create a new branch named branch_name.
git status Check which files have been modified or added.
git add . Add all changes.
pre-commit run Run pre-commit on added changes.
git commit -m "message" Create a commit with a message and run pre-commit.
git push Push changes to remote.

Setup Instructions

  1. Accept the GitHub invitation granting you read and write access to this repository
  2. Login to GitPod using the same GitHub account
  3. Login to Kaggle and get your Kaggle credentials
    • Click on your profile picture in the top right corner and go to the "Your Profile" page
    • Click the "Account" tab
    • Scroll down to the "API" section
    • Click the "Create New API Token" button, which will trigger a download
    • Save the file to your computer
    • Open the file in a text editor to view your username and secret key
  4. Go back to GitPod to save your Kaggle credentials
    • Open the environment variables page
    • Click the "New Variable" button
    • Create a new variable for your Kaggle username:
      • Name: KAGGLE_USERNAME
      • Value: your_username
      • Scope: vingkan/nflbigdatabowl2023
    • Create a new variable for your Kaggle key:
      • Name: KAGGLE_KEY
      • Value: your_key
      • Scope: vingkan/nflbigdatabowl2023
  5. Go to the GitHub repository page and click the GitPod button at the top of the README to start up a workspace
  6. Automatic setup commands will run on GitPod and then you can use the terminal an editor freely

Release Process

To publish new versions to PyPi (reference):

# Increment the version number in pyproject.toml
# Build package
rm -rf dist
python3 -m build
# Upload to Test PyPi
python3 -m twine upload --repository testpypi dist/*
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps nflpocketarea2023
# Upload to PyPi
python3 -m twine upload dist/*
python3 -m pip install --no-deps nflpocketarea2023

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

nflpocketarea2023-0.0.3.tar.gz (27.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nflpocketarea2023-0.0.3-py3-none-any.whl (42.9 kB view details)

Uploaded Python 3

File details

Details for the file nflpocketarea2023-0.0.3.tar.gz.

File metadata

  • Download URL: nflpocketarea2023-0.0.3.tar.gz
  • Upload date:
  • Size: 27.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.13

File hashes

Hashes for nflpocketarea2023-0.0.3.tar.gz
Algorithm Hash digest
SHA256 77ac8157dd5747012cc527eb97da62ad29f04f606c817420bcf2268614971e61
MD5 e58df8c2f2bfbbe55c77cd203ae2dcb6
BLAKE2b-256 006e6077726993056ac108b203037facac28c2527d9871a72d5ff81038542b6a

See more details on using hashes here.

File details

Details for the file nflpocketarea2023-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for nflpocketarea2023-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bca9fc53de1ff16a070de45b5d2a07f46df9cc035a8b750bf0c7efed2372e3e4
MD5 948dc28e794b5e8b042c2a0338c540ba
BLAKE2b-256 36739615d5c3cae08044e691d07fd1c89f9c8a88e4f4745d40985724b6f16dd6

See more details on using hashes here.

Supported by

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