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

Can't change data type in view #302

Closed catatwork217 closed 2 years ago

catatwork217 commented 2 years ago

Is there a way to modify the data type for a particular column after importing data into Data Preview? For example I can see the data source, columns and row descriptions in source in Data Console Log or any of the views, but there doesn't seem to be any option to modify / update a data type from Text to Number or vice-versa. See screenshots below. image

RandomFractals commented 2 years ago

@catatwork217 currently that's not possible in data preview. You can try new Tabular data viewer extension which uses the latest version of perspective viewer JS and lets you change precision for numeric data.

https://github.com/RandomFractals/tabular-data-viewer