Taras Novak
Taras Novak
@julien-c you might want to try my [Data Preview](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) vscode extension for some basic pivots and plots if you also use that IDE. See [features](https://github.com/RandomFractals/vscode-data-preview#-features) for more info. btw, it...
> @RandomFractals I tried Data Preview and it does not show historic values - what @julien-c requested, but thanks for the suggestion. I only suggested Data Preview as an alternative...
I think you guys should go a step further and create Flat Data Viewer extension for vscode as I suggested last week on Twitter :wink:
`.flatignore` could be a good solution for #27 and allow github repository maintainers to filter out some `json` files that flat viewer can't display.
You can find more info about arrow data format and maybe even use Arquero lib to do some of the loading and parsing for you: https://github.com/uwdata/arquero Many data scientists are...
I second that request. Your flat data viewer has some nifty params to pull data from commits, etc. Would be good if they were documented in this repo for us...
yeah, but I think you can create a simple md table in docs to document those parts.
@aborruso that's a perfect example. I was also looking for something like that param line example you provided but in md table that describes each param function and uses similar...
right, so, I think supported data types and filter data formats should be listed too. good point!
I'll let @aborruso take a stab at it since he initiated this convo. Good to know where to look tho. Thanks for those code links. btw, I was going over...