:mod:`memote.experimental.experimental_base` ============================================ .. py:module:: memote.experimental.experimental_base .. autoapi-nested-parse:: Provide a class for medium definitions. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.experimental.experimental_base.ExperimentalBase .. py:class:: ExperimentalBase(identifier, obj, filename, **kwargs) Bases: :class:`object` Represent a specific medium condition. .. !! processed by numpydoc !! .. attribute:: SCHEMA .. attribute:: TRUTHY .. method:: load(self, dtype_conversion=None) Load the data table and corresponding validation schema. :Parameters: **dtype_conversion** : dict Column names as keys and corresponding type for loading the data. Please take a look at the `pandas documentation `__ for detailed explanations. .. !! processed by numpydoc !! .. method:: validate(self, model, checks=None) Use a defined schema to validate the given table. .. !! processed by numpydoc !! .. staticmethod:: evaluate_report(report) Iterate over validation errors. .. !! processed by numpydoc !!