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

get_participants cannot handle lists of non-strings #43

Open
jakob-weiss opened this issue Oct 11, 2023 · 0 comments
Open

get_participants cannot handle lists of non-strings #43

jakob-weiss opened this issue Oct 11, 2023 · 0 comments

Comments

@jakob-weiss
Copy link

(Probably related to #32)

I recently added a column containing lists of ints to the participant table, and now get_participants fails:

-> 1378 df = df.applymap(lambda x: [i['entityName'] if 'entityName' in i else i for i in x] 1379 if isinstance(x, list) and np.all(pd.notnull(x)) else x)

... (long stack trace) ...

TypeError: argument of type 'int' is not iterable

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

1 participant