feed your machine

Evan Engram

TE · #1 · DEN · 6-3 · 240 lb · Mississippi · ACT · gsis_id 00-0033881

[FETCH]
GET /v1/player/00-0033881        full profile as JSON
GET /player/00-0033881.md        markdown, cheapest representation
GET /v1/query?dataset=player_stats&where=player_id%20%3D%20'00-0033881'
[SEASONS · 8]
shape: (8, 22)
┌────────┬───────┬─────────────┬─────────┬───┬────────────────┬─────────────────┬───────────┬──────┐
│ season ┆ games ┆ recent_team ┆ targets ┆ … ┆ fantasy_points ┆ fantasy_points_ ┆ catch_pct ┆ ypc  │
│ ---    ┆ ---   ┆ ---         ┆ ---     ┆   ┆ ---            ┆ ppr             ┆ ---       ┆ ---  │
│ i32    ┆ u32   ┆ str         ┆ i32     ┆   ┆ f64            ┆ ---             ┆ f64       ┆ f64  │
│        ┆       ┆             ┆         ┆   ┆                ┆ f64             ┆           ┆      │
╞════════╪═══════╪═════════════╪═════════╪═══╪════════════════╪═════════════════╪═══════════╪══════╡
│ 2024   ┆ 9     ┆ JAX         ┆ 64      ┆ … ┆ 42.5           ┆ 89.5            ┆ 0.734     ┆ NaN  │
│ 2023   ┆ 17    ┆ JAX         ┆ 143     ┆ … ┆ 116.3          ┆ 230.3           ┆ 0.797     ┆ NaN  │
│ 2022   ┆ 19    ┆ JAX         ┆ 115     ┆ … ┆ 122.3          ┆ 207.3           ┆ 0.739     ┆ 6.5  │
│ 2021   ┆ 15    ┆ NYG         ┆ 73      ┆ … ┆ 56.5           ┆ 102.5           ┆ 0.63      ┆ -3.0 │
│ 2020   ┆ 16    ┆ NYG         ┆ 109     ┆ … ┆ 78.0           ┆ 141.0           ┆ 0.578     ┆ 4.33 │
│ 2019   ┆ 8     ┆ NYG         ┆ 68      ┆ … ┆ 65.4           ┆ 109.4           ┆ 0.647     ┆ 2.33 │
│ 2018   ┆ 11    ┆ NYG         ┆ 64      ┆ … ┆ 81.3           ┆ 126.3           ┆ 0.703     ┆ 12.0 │
│ 2017   ┆ 15    ┆ NYG         ┆ 115     ┆ … ┆ 109.6          ┆ 173.6           ┆ 0.557     ┆ 14.0 │
└────────┴───────┴─────────────┴─────────┴───┴────────────────┴─────────────────┴───────────┴──────┘
[GAME LOG · 110 weeks, most recent 10]
shape: (10, 15)
┌────────┬──────┬─────────────┬────────────┬───┬────────────┬────────────┬────────────┬────────────┐
│ season ┆ week ┆ season_type ┆ recent_tea ┆ … ┆ rushing_ya ┆ rushing_td ┆ rushing_ep ┆ fantasy_po │
│ ---    ┆ ---  ┆ ---         ┆ m          ┆   ┆ rds        ┆ s          ┆ a          ┆ ints_ppr   │
│ i32    ┆ i32  ┆ str         ┆ ---        ┆   ┆ ---        ┆ ---        ┆ ---        ┆ ---        │
│        ┆      ┆             ┆ str        ┆   ┆ f64        ┆ i32        ┆ f64        ┆ f64        │
╞════════╪══════╪═════════════╪════════════╪═══╪════════════╪════════════╪════════════╪════════════╡
│ 2024   ┆ 14   ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 7.3        │
│ 2024   ┆ 13   ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 11.1       │
│ 2024   ┆ 11   ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 7.8        │
│ 2024   ┆ 10   ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 10.0       │
│ 2024   ┆ 9    ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 11.5       │
│ 2024   ┆ 8    ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 13.6       │
│ 2024   ┆ 7    ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 8.5        │
│ 2024   ┆ 6    ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 18.2       │
│ 2024   ┆ 1    ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 1.5        │
│ 2023   ┆ 18   ┆ REG         ┆ JAX        ┆ … ┆ 0.0        ┆ 0          ┆ null       ┆ 23.9       │
└────────┴──────┴─────────────┴────────────┴───┴────────────┴────────────┴────────────┴────────────┘