Open turbotimon opened 10 months ago
Parquet viewing doesn't work on Windows or mac.
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
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!