{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"import plotly.figure_factory as ff\n",
"\n",
"df = pd.read_csv(\"https://corona-open-data.ckan.de/dataset/afc2e212-b32c-4340-92fe-a278b677abc2/resource/8661d664-56bf-40ca-845d-ebd280e3ce28/download/_airbyte_raw_data.csv\")\n",
"\n",
"table = ff.create_table(df)\n",
"table.show()"
]
}
],
"metadata": {
"language_info": {
"name": "python"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}