Skip to content

Cant slice or split or print Table from specific csv data #776

@timwirt

Description

@timwirt

Describe the bug

After creating a Table using data = Table.from_csv_file("cldata.csv") it seems that some functions dont work with it.
cldata.csv

We get this error:

  • specifying correct dtype with the dtypes argument
  • setting ignore_errors to True,
  • adding 60.667 to the null_values list.

Original error: remaining bytes non-empty

To Reproduce

  1. Import cldata.csv with data = Table.from_csv_file("cldata.csv")
  2. For example: data.slice_rows(length=10) or data.summarize_statistics()

Expected behavior

The functions should work :)

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions