Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mrio-common-metadata

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mrio-common-metadata

Common Datapackage schema and utilities for MRIO tables

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

mrio_common_metadata

mrio_common_metadata provides three things:

  • A guide on how the Data Package and Table Schema specifications can be used to make MRIO table more consistently formatted and easier to use.
  • Translations of some common MRIO tables to this format
  • Utility code to help make the previous two objectives possible

Separating data and metadata

MRIO tables are often given with weird offsets, and multiple or mixed column/row labels, e.g.

Worksheet with column labels as rows

Worksheet with multiple column and row labels

Working with this type of data requires writing custom code each time. It's a pain. The biggest problem is the mixing of two data types: The metdata on what each row and column represent, and the numerical table that forms the main body of the worksheet. mrio_common_metadata takes the position that these two data streams should be stored separately. It also requires that data be stored in common formats (compressed CSV) with metadata that meets the Data Package specification.

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc