Contains classes and methods to load input data for Meridian.
The InputDataLoader abstract class defines a single method: load() which
reads data from any of the supported sources and stores it as an InputData
object.
Classes
class CoordToColumns: A mapping between the desired and actual column names in the input data.
[[["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 2026-05-05 UTC."],[],["The core content defines methods and classes for loading input data into the Meridian system. The `InputDataLoader` abstract class features a `load()` method for reading data from supported sources and storing it as `InputData`. Specific implementations include `DataFrameDataLoader`, which reads from Pandas `DataFrame` objects, and `XrDatasetDataLoader`, which handles `xarray.Dataset` objects. These classes provide structured ways to access data from different formats.\n"]]