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

Specify column data type on csv, tsv import #217

Closed murpheywa closed 3 years ago

murpheywa commented 4 years ago

Sometimes import will type a column as numeric (123) when the data is a mix of numbers and strings. When this happens, the non-numeric column values are converted to NaN. I would like to be able to assign the column type myself. In this case, I would assign the column type as string.

RandomFractals commented 3 years ago

duplicate of #156