RandomFractals / vscode-data-preview

Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview
Apache License 2.0
550 stars 59 forks source link

Initial load of parquet file is clunky #315

Open Conor-Yates-Koch opened 1 year ago

Conor-Yates-Koch commented 1 year ago

When first loading a .parquet file, the window will appear blank. The only way to get the data to actually display is as follows:

  1. Change the view type from Grid to any other selection (for example, X Bar Chart)
  2. Change the view type back to Grid
  3. 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.

RandomFractals commented 1 year ago

yes. See this update for more info: https://github.com/RandomFractals/vscode-data-preview/issues/316#issuecomment-1277766785