Join the newly launched
Discord community for real-time discussions, peer support, and direct interaction with the Meridian team!
meridian.analysis.formatter.TableSpec
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
meridian.analysis.formatter.TableSpec(
id: str,
title: str,
column_headers: Sequence[str],
row_values: Sequence[Sequence[str]],
description: (str | None) = None
)
Atrybuty |
id
|
pole klasy danych
|
title
|
pole klasy danych
|
column_headers
|
pole klasy danych
|
row_values
|
pole klasy danych
|
description
|
pole klasy danych
|
Metody
__eq__
__eq__(
other
)
Zwracanie = wartość siebie.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-05 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-11-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,[]]