Taras Novak

Results 272 comments of Taras Novak

Sure, those are good use cases. I am still debating if they will be supported in data preview, or the new tabular data viewer I'll be working on in the...

@gbrueckl I have not decided on that part yet, but if you want to try the latest version of perspective viewer with large csv data files for now, that's the...

@EugeniuZ Data preview uses this TypeScript library for reading parquet data files: https://github.com/kbajalc/parquets At the time when Data Preview was created, it was one of the few libraries available to...

more info at: https://github.com/RandomFractals/vscode-data-preview/issues/316#issuecomment-1277766785

I will look into this in fall for the next data preview update. Might go with your mappings ext. setting solution or other implementation, but in essence the final fix...

@driskell that's a great suggestion. I have not addressed Untitled data docs at all. VSCode does have good api to get language id from the active editor. I think I...

that's because your first line has ints and data type is detected based on the first data line. also, not an error. I'd call it incorrect data precision issue at...

yeah, I need to see if I can include more data rows for detecting ints and decimals, and there is a separate ticket for custom data types that I plan...

# Synopsis [Data Preview 🈸](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) is used by thousands of developers and data scientists wordwide for a quick preview of large flat file data sets in [Visual Studio Code](https://code.visualstudio.com/) today....

not at the moment. Could you link me to those data format specifications?