feat: implementar estatísticas

This commit is contained in:
2025-11-09 18:32:47 -01:00
parent 5eed5fbe7a
commit a490bc7756
10 changed files with 110 additions and 683 deletions

View File

@@ -21,6 +21,8 @@ def read_ids(df):
ids = _get_uniques(df)
_show_events(ids)
def get_unique_events_table(df):
return df.drop_duplicates(subset="ID", keep="first")
def read_header(df, event_id):
# Informações do header do evento