Skip to content

[pandas] Data Table crash (test needed) #1518

@astaric

Description

@astaric

Select visualize continuous values in Data Table. It crashes.

--------------------------------------------------------------------------------
AttributeError                                Traceback (most recent call last):
  File "/Users/anze/dev/orange3/Orange/widgets/utils/itemmodels.py", line 1040, in data
    return instance.get_class()
  File "/Users/anze/miniconda3/envs/o3/lib/python3.5/site-packages/pandas/core/generic.py", line 2743, in __getattr__
    return object.__getattribute__(self, name)
AttributeError: 'TableSeries' object has no attribute 'get_class'
--------------------------------------------------------------------------------
AttributeError                                Traceback (most recent call last):
  File "/Users/anze/dev/orange3/Orange/widgets/gui.py", line 2779, in paint
    if class_.variable.is_discrete and \
AttributeError: 'NoneType' object has no attribute 'variable'
--------------------------------------------------------------------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions