Skip to content

Additional feedback from dataframe operations #147

@koperagen

Description

@koperagen

Some read/write operations may yield unexpected results, for example

  1. reading CSV file with non-default delimiter could produce a dataframe with one column instead of 5. There is a %trackExecutions that prints generated schema, but it's either prints after each cell, or doesn't print at all
  2. dataframe saves nested objects with just "toString", so you couldn't read it back. Might be helpful to print paths to all columns with non-serializable objects
  3. ...?

One of the possible solutions is some sort of logging:
#138 (comment)

I think we need more specific use cases

Metadata

Metadata

Assignees

No one assigned

    Labels

    researchThis requires a deeper dive to gather a better understanding

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions