An open API service indexing awesome lists of open source software.

https://github.com/crispengari/dfmaster

👾 This is a simple vscode extension that reads cvs, tsv, etc file into a dataframe table.
https://github.com/crispengari/dfmaster

csv dataframe dataframe-df developer-tools vscode vscode-extension

Last synced: 10 months ago
JSON representation

👾 This is a simple vscode extension that reads cvs, tsv, etc file into a dataframe table.

Awesome Lists containing this project

README

          

### dfmaster

This is the Visual Studio Code extension that converts data for files with extensions `tsv`, `json` and `csv` into DataFrame tables.

logo

### Usage

Once you installed this extension it will be automatically get activated in your visual studio environment. This extension will watch over:

1. `json`
2. `csv`
3. `tsv`

The moment you open one of this file. A `DataFrame Preview` button will be shown in the `Visual Studio Code` status bar. If you click that button then you will be able to see the `DataFrame` Table for the data in your file.

### Requirements

> Note that this `extension` does not have any requirements.