Structured Mixins¶
Contains mixin data class for loading datasets of tye SpreadSheet.
- class dataprofiler.data_readers.structured_mixins.SpreadSheetDataMixin(input_file_path: Optional[str], data: Any, options: Dict)¶
Bases:
object
Mixin data class for loading datasets of type SpreadSheet.
Can be specified. Adds specialized functions for loading data from a string or file.
- Parameters
input_file_path (str) – path to the file being loaded or None
data (multiple types) – data being loaded into the class instead of an input file
options (dict) – options pertaining to the data type
- Returns
None
Initialize spreadsheet mixin object.