Data loader base abstract API
- diff(files: Iterable[str]) bool [source]
Given a list of files, check if they are all identical
- Parameters
files¶ – a list of files
- Returns
True if all files in the list are identical one to another
- class LoaderBase(context: LoaderConfig)[source]
Base class for tools responsible for data loading and processing