GithubHelp home page GithubHelp logo

vscode-feather-preview's Introduction

Feather Preview

Feather Preview is a Visual Studio Code extension that allows you to preview Feather files directly in an editor tab. It provides a convenient way to view the contents of Feather files without leaving your code editor.

Features

  • Preview Feather files by right-clicking on a file with the .feather extension and selecting "Preview Feather File" from the context menu.
  • The preview is displayed in a new editor tab, showing the contents of the Feather file in a paginated table format.
  • Navigate through the pages of the Feather file using the "Previous" and "Next" buttons.
  • The preview is updated dynamically as you navigate through the pages.

Feather Preview

Requirements

To use the Feather Preview extension, you need to have the following dependencies installed:

  • Python: The extension uses a Python script to read and process Feather files. Make sure you have Python installed on your system.
  • PyArrow: The Python script relies on the PyArrow library to read Feather files. You can install PyArrow by running pip install pyarrow in your terminal.
  • Pandas: The Python script uses the Pandas library to convert the Feather data into an HTML table for preview. You can install Pandas by running pip install pandas in your terminal.

Please ensure that you have both PyArrow and Pandas installed in the Python environment used by the extension.

Extension Settings

This extension does not contribute any additional settings to VS Code.

Known Issues

  • The extension assumes that Feather files are not compressed. If you encounter an error related to compression, please ensure that your Feather files are saved without compression.
  • The extension uses a fixed number of rows per page (100) for pagination. If you have Feather files with a large number of rows, the preview might take some time to load.

Release Notes

0.0.1

  • Initial release of the Feather Preview extension.
  • Supports previewing Feather files in an editor tab with pagination.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License

This extension is licensed under the MIT License.

vscode-feather-preview's People

Contributors

strizzo avatar

Stargazers

asobod11138 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.