Socket
Socket
Sign inDemoInstall

feather-format

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    feather-format

Simple wrapper library to the Apache Arrow-based Feather File Format


Maintainers
1

Readme

Python interface to the Apache Arrow-based Feather File Format

Feather efficiently stores pandas DataFrame objects on disk. It depends on the Apache Arrow for Python

Installing

pip install feather-format

pip users note: feather-format depends on pyarrow and may not be available on your platform via pip. If that does not work try conda-forge.

From conda-forge:

conda install feather-format -c conda-forge

Limitations

Some features of pandas are not supported in Feather:

  • Non-string column names
  • Row indexes
  • Object-type columns with non-homogeneous data

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc