We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: When I save a pandas.DataFrame with df.to_parquet (using pyarrow as backend), it can not be opened with DataPreview:
pandas.DataFrame
df.to_parquet
.parquet
.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!
The text was updated successfully, but these errors were encountered:
Parquet viewing doesn't work on Windows or mac.
Sorry, something went wrong.
but I'm using Linux (NixOS 23.11) and it's not working
@kzeitz that would be something pretty important to note in the extension page.
meanwhile, for anyone looking for a vscode extension that handles parquet well, i can recommend Data Wrangler
No branches or pull requests
Problem: When I save a
pandas.DataFrame
withdf.to_parquet
(using pyarrow as backend), it can not be opened with DataPreview:.parquet
as well as.arrow
Console Log:
Any recommendation how to fix?
BTW: Really like the extension!
The text was updated successfully, but these errors were encountered: