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
dff=pd.read_csv('../../example_datasets/test.csv', sep=',')
print(dff[dff.user_pseudo_id=='0158b24231e87662e4f735bf561d9d82'])
# пользователь есть и ивент у него есть, но только одинtestdata=analysis.prepare_dataset(dff, n_start_events=0, target_event='lost')
# но после подготовки датасета есть пустые строки в event_nameprint(testdata.event_name)
#0 onboarding_welcome_screen onboarding_otherLogi...#1 #2 onboarding_welcome_screen onboarding_otherLogi...#3 #4 onboarding_welcome_screen onboarding_otherLogi...
Ручная установка n_start_events не помогает
The text was updated successfully, but these errors were encountered:
Ручная установка
n_start_events
не помогаетThe text was updated successfully, but these errors were encountered: