BaseReader
- class pyprophet.io._base.BaseReader(config: BaseIOConfig)[source]
Bases:
ABCAbstract base class for implementing readers that load data from different sources (OSW, Parquet, etc.).
- __eq__(other)
Return self==value.
- __hash__ = None
- __init__(config: BaseIOConfig)[source]
Initialize the reader with a given configuration.
- Parameters:
config (BaseIOConfig) – Configuration object containing input details, and module specific config for params for reading.
- __repr__()
Return repr(self).
- __weakref__
list of weak references to the object (if defined)