Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
turbotimon opened this issue Dec 29, 2023 · 4 comments
Open

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

turbotimon opened this issue Dec 29, 2023 · 4 comments

Comments

@turbotimon
Copy link

turbotimon commented Dec 29, 2023

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!

@kzeitz
Copy link

kzeitz commented Feb 17, 2024

Parquet viewing doesn't work on Windows or mac.

@turbotimon
Copy link
Author

turbotimon commented Feb 19, 2024

but I'm using Linux (NixOS 23.11) and it's not working

@D3SL
Copy link

D3SL commented Jun 25, 2024

@kzeitz that would be something pretty important to note in the extension page.

@turbotimon
Copy link
Author

meanwhile, for anyone looking for a vscode extension that handles parquet well, i can recommend Data Wrangler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants