You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the name of the column does not contain strange characters, like in the mentioned situation, then dataframe.case_id is equivalent to dataframe["case_id"]
Hi, I have a question regarding the import_csv function in
Getting started > Importing your first event log > Loading csv files
.In line 4 (
num_cases
) how cancase_id
be an attribute ofpandas.DataFrame
? Maybe it should look like this:The text was updated successfully, but these errors were encountered: