dtsong / sleeper-api-wrapper

A Python API wrapper for Sleeper's API: https://docs.sleeper.app/
MIT License
61 stars 21 forks source link

Question about GET_ALL_PLAYERS #61

Closed milesfajer closed 2 weeks ago

milesfajer commented 2 weeks ago

Hi Daniel Song, first off, thank you very much for putting this wrapper together. It's very valuable to me. I am fairly new to Python and i'm trying to figure out how to get the output of this get_all_players(sport="nfl") to a more row/column view instead of what it outputs as now. Do you have any code or any guidance on how to manipulate this output to a more consumable format? Any advice would be much appreciated :)

players.csv

milesfajer commented 2 weeks ago

I figured it out - thanks again Daniel for the wrapper!