Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for VSCode Data Preview 🈸 💎 for devs around the 🌐
dataPixy 🧚‍♂️
dataPixy 🧚‍♂️

Posted on

     

VSCode Data Preview 🈸 💎 for devs around the 🌐

My vscodeData Preview 🈸 extension just hit 24K installs & closing in on 140K downloads in VS marketplace, beating Azure data crew tools & taking that #1 spot :)

Data Preview Info

Share it with your devs & take it for a spin!

👀 this intro post:

& most recent update on that versatile data tool for vscode devs:

Supported Text & Binary Data Formats ;)

Data File Extension(s)File TypeData Parsing Library/Method UsedData Format Specification
.json.config.jsonl.ndjsontextJSON.parse()https://json.org/
.json5textjson5/JSON5.parse()https://json5.org/
.hjsontexthjson-js/Hjson.parse()https://hjson.org/
.arrow.arrbinaryapache-arrow/Table.from()https://arrow.apache.org/
.avrobinaryavsc/avro.createFileDecoder()https://avro.apache.org/docs/current/
.properties.envtextnode-properties/properties.parse()https://en.wikipedia.org/wiki/.properties
.initextnode-properties/properties.parse()https://en.wikipedia.org/wiki/INI_file
.mdtextRegExp/markdownToCsv()https://en.wikipedia.org/wiki/Markdown
.yml.yamltextjs-yaml/yaml.load()https://yaml.org/
.csv.tsv.txt.tabtextperspective/perspectiveViewer.load(text)https://en.wikipedia.org/wiki/Comma-separated_valueshttps://en.wikipedia.org/wiki/Tab-separated_values
.dif.ods.xls.xlsb.xlsx.xlsm.xml.htmlbinary/textjs-xlsx/XLSX.read()Seehttps://github.com/SheetJS/js-xlsx#file-formats for more info onExcel file formats

Note:.json.config &.yml configuration files that don't contain array data are converted to flat properties key/value pairs Object and displayed in a Property Grid Data View mode. Seejson.utils.ts for more info.

SeeData Manager API &src/data.providers folder for data loading and saving imlementation details.

Provided Chart 📊 Types

  • Area Chart
  • Bar Chart
  • Candlesick Chart (d3fc only))
  • Heatmap
  • Line Chart
  • OHLC Chart (d3fc only)
  • Scatter Chart
  • Sunburst
  • Tree Map

Data Preview Chart Types

Supported Filter Functions

  • <, <=, ==, !=, >, >= for dates and number columns/fields
  • ==, !=, contains, in, not in, begins with, ends with for string fields and dictionaries
  • &, |, and, or, ==, != for bolean fields

Supported Aggregate Functions

  • any
  • avg
  • count
  • distinct count
  • dominant
  • first by index
  • last by index
  • last
  • high
  • low
  • mean
  • mean by count
  • median
  • pct sum parent
  • pct sum grand total
  • sum
  • sum abs
  • sum not null
  • unique

Recommended VSCode Extensions

Other extensions Data Preview 🈸 replaces, enhances or supplements for working withsupported data file formats in VSCode:

ExtensionDescription
Excel ViewerView Excel spreadsheets and CSV files
Avro Viewer.avro file viewer
avro-idlAvro IDL Syntax Highlighter
DotENV.env Syntax Highlighter
Ini for VSCodeProvides outline view and section folding for INI files
HjsonHjson language syntax support
JSON5 syntaxAdds syntax highlighting of JSON5 files
NDJSON ColorizerColorizes NDJSON (Newline Delimited JSON) files
YAMLYAML Language Support by Red Hat, with built-in Kubernetes and Kedge syntax support
docs-yamlYAML schema validation and auto-completion for docs.microsoft.com authoring
YAML to JSONConvert YAML from clipboard or current document/selection to JSON and vice versa
Properties To YamlConvert properties to yaml
Markdown Table PrettifierTransforms markdown tables to be more readable

Dev Log

See#DataPreview 🈸 tag on Twitter for the latest and greatest updates on this vscode extension and what's in store next.

P.S.: more such tools here :)

Top comments(1)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
tarasnovak profile image
dataPixy 🧚‍♂️
I map 🗺 & graph 📈 data :) ...https://www.linkedin.com/pulse/hello-brief-followup-taras-novak/
  • Location
    End of the Rainbow Rd, McDaniels KY
  • Joined

dev discuss it here || on twitter :)

dataPixy profile image
dataPixy
twitter logo
just showing@azuredataux crew how it's done :)#DataPreview 🈸@code extension is 24K installs strong now!dev.to/tarasnovak/vsc…
I dare@code team to RT it! :)
#dataPixy 🧚‍♂️#dataTools 🛠️ for#devs around the 🌐 🤗
14:26 PM - 18 Nov 2019
Twitter reply actionTwitter retweet action 0Twitter like action 1

...

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

I map 🗺 & graph 📈 data :) ...https://www.linkedin.com/pulse/hello-brief-followup-taras-novak/
  • Location
    End of the Rainbow Rd, McDaniels KY
  • Joined

More fromdataPixy 🧚‍♂️

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp