Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 756 Bytes

readme.md

File metadata and controls

3 lines (2 loc) · 756 Bytes

I'm not the fastest runner out there, but I do like to run and I like to have fun with data. For the Posit great tables contest I decided to display the splits of a run. I read the data from the GPX file into a polars dataframe, used pyproj to calculate the distance between each GPS point recorded in the GPX file, then computed stats on the splits of the run per mile. I plotted the path of the run and mile markers/start/end of the run on a foluim map, and included it in the footer of the table to give an overview of the run. Great tables nano plots were used to show the elevation profile along the run. Other than my name and the background map, all the data on the table came directly from the GPX file.

a great table