Skip to content

Identifying the column_type when initializing the Column seems to not work #315

@PhilipGutberlet

Description

@PhilipGutberlet

Describe the bug

When initializing a Column in the init method, the ColumnType is setted by the from_numpy_data_type method. This method in column_type is using the np.dtime.kind function. In the test_has_missing_values test, Columns with numeric parameters / None are initialized, but the Columntype is detected as a String (which is wrong).

To Reproduce

  1. Go to test_has_missing_values
  2. Run the test including the print method
  3. Look at the error message with the types printed out

Expected behavior

Analyze the source code and try to find the reason for the bug.

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    releasedIncluded in a release

    Type

    No type

    Projects

    Status

    ✔️ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions