sportypenguins / jumpjumpwaddle

Design and perform workouts.
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Display google sheet on local website #4

Open stefanwezel opened 3 years ago

stefanwezel commented 3 years ago

Have a locally hosted website that can display the google sheet as i.e. DataFrame.

stefanwezel commented 3 years ago

Pandas has to_html method we can use for this. See https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_html.html .