Skip to content

modin issue #202

Description

@Shine226
  1. Run Wiggum in a regular terminal rather than vs studio since error occurs in vs studio.
  2. Still need to import pandas for pandas.core
  3. New error
  File "/Users/chenguangxu/Documents/GitHub/detect_simpsons_paradox_dev/wiggum_app/controller.py", line 273, in main
    labeled_df_setup.get_subgroup_trends_1lev(trend_list)
  File "/Users/chenguangxu/Documents/GitHub/detect_simpsons_paradox_dev/wiggum/detectors.py", line 239, in get_subgroup_trends_1lev
    groupby_vars = self.get_vars_per_role('splitby')
  File "/Users/chenguangxu/Documents/GitHub/detect_simpsons_paradox_dev/wiggum/labeled_dataframe.py", line 490, in get_vars_per_role
    return list(all_vars[is_target_role & drop_ignore])
  File "/opt/anaconda3/lib/python3.7/site-packages/pandas/core/indexes/base.py", line 4307, in __getitem__
    result = getitem(key)
IndexError: too many indices for array

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions