vscode-data-preview
vscode-data-preview copied to clipboard
Initial load of parquet file is clunky
When first loading a .parquet file, the window will appear blank. The only way to get the data to actually display is as follows:
- Change the view type from
Gridto any other selection (for example,X Bar Chart) - Change the view type back to
Grid - Click
Refresh Data
The file does indeed appear to load initially, even when it is not displayed, as the file metadata is displayed across the bottom of the window (Rows, Columns, FileSize, and LoadTime). It appears to be the case that the primary view is simply not being displayed.
yes. See this update for more info: https://github.com/RandomFractals/vscode-data-preview/issues/316#issuecomment-1277766785