Good free NFL dataset

This page summarizes the projects mentioned and recommended in the original post on /r/PowerBI

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nflverse-data

    Automated nflverse data repository

  • cli

    GitHub’s official command line tool

  • $nativeGH = Get-Command -CommandType Application -Name 'gh' -ea ignore if(-not $NativeGH) { throw "Required 'gh' command not installed, see: " } function find_releaseNames { # autodetect releases $q = & $nativeGH release list --repo nflverse/nflverse-data $q | %{ $_ -split '\s+' | s -First 1 } } function Hr { # horizontal rule $w = $host.ui.RawUI.WindowSize.Width $chars = '-' * $w -join '' } function collect_NFLRelease { [CmdletBinding()] param( <# .SYNOPSIS sugar to invoke 'gh release download's .LINK https://cli.github.com/manual/gh_release .LINK https://stedolan.github.io/jq/manual/v1.6/ #> # 4oot directory, will create subdirectories [Alias('Path')][Parameter(Mandatory)]$BasePath ) if( -not (Test-Path $BasePath)) { mkdir -path $BasePath } Set-Location $BasePath $items = find_releaseNames $items | %{ $name = $_ 'writing "{0}" from nflverse/nflverse-data release to "{1}"' -f @( $name Join-Path '.' $Name ) | Write-Information & $nativeGH release download $name --dir $name --repo nflverse/nflverse-data } } collect_NFLRelease -infa 'continue' -path 'C:\nin_temp\nfl-src'

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ok Boomer! Instant GitHub Repo Creation in One Command 🚀

    1 project | dev.to | 1 Feb 2024
  • How do you handle secret rotation in kubernetes (i. e. with github access tokens)

    1 project | /r/kubernetes | 9 Dec 2023
  • pyaction 4.27.0 Released

    2 projects | dev.to | 8 Dec 2023
  • Email and Git = <3

    3 projects | news.ycombinator.com | 12 Oct 2023
  • Build a Chrome Extension using Manifest V3

    4 projects | dev.to | 11 Aug 2023