-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
OS: Ubuntu 18.04
Python version: 3.6.3
Catch22 version: 0.0.1
Issue description:
I generate dataframe with small amount of data in columns (1,2,3,4 elements, etc.). I try to use catch22_all method in a case when amount of data is equal to 2 and I have dead kernel as output.
Code example:
groups = df.groupby(["column_id"]).groups
for id_group, idx in groups.items():
group_data = df.loc[idx].drop(["column_id"], axis=1)
# Dead kernel when group_data.shape[0] == 2
buf = pd.DataFrame([f for f in group_data.apply(catch22.catch22_all)])
Metadata
Metadata
Assignees
Labels
No labels