Join the newly launched
Discord community for real-time discussions, peer support, and direct interaction with the Meridian team!
meridian.analysis.formatter.TableSpec
Stay organized with collections
Save and categorize content based on your preferences.
meridian.analysis.formatter.TableSpec(
id: str,
title: str,
column_headers: Sequence[str],
row_values: Sequence[Sequence[str]],
description: (str | None) = None
)
Attributes |
id
|
Dataclass field
|
title
|
Dataclass field
|
column_headers
|
Dataclass field
|
row_values
|
Dataclass field
|
description
|
Dataclass field
|
Methods
__eq__
__eq__(
other
)
Return self==value.
Class Variables |
description
|
None
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[],["The core content describes the `TableSpec` dataclass within the `meridian.analysis.formatter` module. It defines a table structure using an `id`, `title`, `column_headers`, `row_values`, and an optional `description`. These are all dataclass fields. There is an `__eq__` method to check if two objects are equal. The default value of description class variable is None. The source code is available on GitHub.\n"],null,[]]