Skip to content

Pandas Parquet not shown ("loading data" forever) #338

Description

@turbotimon

Problem: When I save a pandas.DataFrame with df.to_parquet (using pyarrow as backend), it can not be opened with DataPreview:

  • DataPreview is empty and showing "Loading data.." in the footer forever
  • It does not matter how big the dataframe is, also very small ones are not loaded
  • I tried it with suffix .parquet as well as .arrow

Console Log:

> window.WebComponentsReady

 data viewer initialized!

> document.readystatechange complete

 data.view:complete!

> loadDataInfo()

 data url: file:///home/test.parquet
 data table: 

> restoreConfig(
{})

> 

Any recommendation how to fix?

BTW: Really like the extension!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions