MathleticsFiles.jl

Functions to access data from the Mathletics files
Author KyleSJohnston
Popularity
0 Stars
Updated Last
2 Years Ago
Started In
April 2020

MathleticsFiles.jl

Functions to access data from the Mathletics files.

Example usage:

julia> using MathleticsFiles

julia> df = dataset("nfl_team_totals");

julia> first(df, 3)
3×13 DataFrames.DataFrame
│ Row │ Rk     │ Tm                 │ Margin │ Pts   │ RET_TD │ PENDIF │ PY_A │ RY_A │ TO   │ DPY_A │ DRY_A │ DTO  │ defpts │
│     │ Any    │ Any                │ Any    │ Any   │ Any    │ Any    │ Any  │ Any  │ Any  │ Any   │ Any   │ Any  │ Any    │
├─────┼────────┼────────────────────┼────────┼───────┼────────┼────────┼──────┼──────┼──────┼───────┼───────┼──────┼────────┤
│ 12003.0 │ Kansas City Chiefs │ 152.0484.05.0-83.07.14.318.05.65.237.0332.0  │
│ 22003.0 │ Indianapolis Colts │ 111.0447.0-1.0-343.07.13.720.05.94.530.0336.0  │
│ 32003.0 │ St. Louis Rams     │ 119.0447.0-2.0-215.06.23.639.05.64.846.0328.0

Used By Packages

No packages found.