Taras Novak

Results 138 issues of Taras Novak

similar to how aggregate and filter operands function now. ### Description of Problem: I would like to type a column name to filter on or group by without dragging it...

enhancement
JS

how hard would it be to add parquet data files support to the perspective viewer? in relation to this vsscode ext. I've decided to work on utilizing your lib: https://github.com/RandomFractals/vscode-data-preview...

enhancement

based on user feedback from Tolga: https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview&ssr=false#review-details

UX
data
config

could work similar to data.world integration I was planning to add. see: https://github.com/RandomFractals/vscode-data-preview/issues/150#issuecomment-536184633

UX
data
feature

could be used for logs or data folders with csv, yml etc. data files implementation notes: - show list of supported data files from the folder in a grid data.view...

enhancement
UX

see: https://jsonnet.org/articles/output-formats.html

feature

similar to how Vega Viewer does it for graphs: https://github.com/RandomFractals/vscode-vega-viewer/issues/59 try it with this simple d3 gist with .csv data file: https://gist.github.com/d3noob/098852d24d05c07ac38688e8d62f92cc should work with all supported data formats and...

UX
data
feature

to learn more about data preview ext. user base, geo, and most frequently used data file types. see this simple GA setup for good implementation of it to start with:...

enhancement
UX
data

to start with ... see: https://github.com/RandomFractals/vscode-data-preview/blob/master/src/data.providers/text.data.provider.ts https://github.com/RandomFractals/vscode-data-preview/blob/master/src/data.providers/json.line.data.provider.ts & change it to read line and update data view data per line for faster and more responsive UX text and jsonl docs...

UX
data
feature

to make this data preview more pleasing for the fans of purple UI themes :) ![data-preview-on-mac](https://user-images.githubusercontent.com/656833/69082830-85da9e00-0a06-11ea-9712-e2cbc340e687.jpg)

UX