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

Sum column ? #193

Closed JasonSwindle closed 4 years ago

JasonSwindle commented 4 years ago

Howdy,

I am REALLY loving what this tool can do, but I'm really hitting a wall on usability.

I want to be able to sum the column Time, but I'm not able to figure this out, yet I see in the README.md this is a feature.

Example Table

Time Date Notes
2 2020-03-24 Blah Blah Blah
6 2020-03-24
2
JasonSwindle commented 4 years ago

Ok, I figured it how. For people searching how to do this, here is how:

image
RandomFractals commented 4 years ago

yeah, just drag the column you want to run aggregate functions on to group by field :)