Join the newly launched Discord
community for real-time discussions, peer support, and direct interaction with the Meridian team!
Module: meridian.data
Stay organized with collections
Save and categorize content based on your preferences.
Data handling API for Meridian.
Modules
arg_builder
module: Data argument builders for various API surfaces in Meridian.
data_frame_input_data_builder
module: An implementation of InputDataBuilder
with DataFrame primitives.
input_data
module: This module contains classes to store data for Meridian.
input_data_builder
module: This module defines a Builder API for Meridian InputData
.
load
module: Contains classes and methods to load input data for Meridian.
nd_array_input_data_builder
module: An implementation of InputDataBuilder
with n-dimensional array primitives.
time_coordinates
module: Deals with coordinate values in the time dimensions of input data.
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."],[[["\u003cp\u003eThe provided content describes the data handling API for the Meridian project.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einput_data\u003c/code\u003e module stores data for use within the Meridian system.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eload\u003c/code\u003e module contains the classes and methods needed to load the data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etime_coordinates\u003c/code\u003e module manages coordinate values specifically related to time within the data.\u003c/p\u003e\n"]]],[],null,["\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/google/meridian/blob/v1.2.0/meridian/data/__init__.py) |\n\nData handling API for Meridian.\n\nModules\n\n[`arg_builder`](../meridian/data/arg_builder.md) module: Data argument builders for various API surfaces in Meridian.\n\n[`data_frame_input_data_builder`](../meridian/data/data_frame_input_data_builder.md) module: An implementation of `InputDataBuilder` with DataFrame primitives.\n\n[`input_data`](../meridian/data/input_data.md) module: This module contains classes to store data for Meridian.\n\n[`input_data_builder`](../meridian/data/input_data_builder.md) module: This module defines a Builder API for Meridian `InputData`.\n\n[`load`](../meridian/data/load.md) module: Contains classes and methods to load input data for Meridian.\n\n[`nd_array_input_data_builder`](../meridian/data/nd_array_input_data_builder.md) module: An implementation of `InputDataBuilder` with n-dimensional array primitives.\n\n[`time_coordinates`](../meridian/data/time_coordinates.md) module: Deals with coordinate values in the time dimensions of input data."]]