{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/2"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/3"}],"enrichment":{"capability":"tabledata provides a Python library for representing and working with tabular data structures, serving as a foundational component for table-oriented tools like pytablewriter and pytablereader.","skillfed_tags":["table-abstraction","data-structure"],"use_cases":["Use it as a shared table abstraction when building tools that read or write tabular data in multiple formats.","Use it to normalize table representations across different data sources before processing or transformation.","Use it as a foundation for table-oriented libraries that need a standard in-memory table structure.","Use it to convert tables to pandas DataFrames when optional pandas support is installed."],"what_it_does":"tabledata is a Python library that defines a standard in-memory representation for tabular data, designed to be used by other table-oriented tools in the ecosystem. It abstracts the concept of a table so that libraries like pytablewriter (for writing tables to various formats) and pytablereader (for reading tables from various sources) can work with a common data structure without reimplementing table handling themselves.\n\nThe package depends on DataProperty and typepy for data validation and type inference. It supports optional integration with pandas for converting tables to DataFrames, and with loguru for logging. The library is actively maintained, supports Python 3.10 through 3.14, and carries no known security vulnerabilities.","worth_installing":"Yes\u2014if you are building or using table-oriented tools in the Python ecosystem (pytablewriter, pytablereader, SimpleSQLite). For standalone use, it is a low-level abstraction; install it only if you need a standard table representation for interoperability with other libraries. No security concerns, permissive license, and low friction."},"id":"tabledata","links":{"html":"https://skillfed.io/packages/tabledata","md":"https://skillfed.io/packages/tabledata.md","pypi":"https://pypi.org/project/tabledata/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-11","license_spdx":null,"license_treatment":"permissive","name":"tabledata","python_support":"supports_current","summary":"tabledata is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc."},"popularity":{"monthly_downloads":8217747,"position":1645,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.3.5"}
