Preparing Python runtime and packages.
Output
PyScript is loading. The first run may take a moment while packages are prepared.
Available in Python
pandasandlxmlare installed by PyScript.world_population.csvandwc_countries.csvare mounted in the current working directory.- Use
pd.read_csv("world_population.csv")orpd.read_csv("wc_countries.csv")to load the data.