Open stefanwezel opened 3 years ago
Have a locally hosted website that can display the google sheet as i.e. DataFrame.
DataFrame
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 .
Pandas
to_html
Have a locally hosted website that can display the google sheet as i.e.
DataFrame
.