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.
- Host: GitHub
- URL: https://github.com/crispengari/dfmaster
- Owner: CrispenGari
- License: mit
- Created: 2023-11-16T08:38:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T16:55:32.000Z (over 2 years ago)
- Last Synced: 2025-04-03T18:52:01.893Z (12 months ago)
- Topics: csv, dataframe, dataframe-df, developer-tools, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.

### 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.