Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Пустой event_name, если в выгрузке только один ивент у этого пользователя #4

Open
b0g3r opened this issue Feb 9, 2019 · 1 comment

Comments

@b0g3r
Copy link

b0g3r commented Feb 9, 2019

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_name
print(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 не помогает

@rarkhipov
Copy link
Contributor

Проблему решил, пофиксил

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants