About pyscript dataframe

How can i write the same code in the latest version of pyscript?

- pandas
import pandas as pd data = { "calories": [420, 380, 390], "duration": [50, 40, 45] } df = pd.DataFrame(data) print(df.to_html())