--- main.py
+++ main.py
... | ... | @@ -1,7 +1,6 @@ |
1 | 1 |
import pandas as pd |
2 | 2 |
import plotly.express as px |
3 | 3 |
|
4 |
-# Convert hierarchical data into DataFrame |
|
5 | 4 |
df = pd.read_csv("define_stats.csv") |
6 | 5 |
|
7 | 6 |
df = df[df["category"] == "animal"] |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?