Structured Mixins¶
-
class
dataprofiler.data_readers.structured_mixins.
SpreadSheetDataMixin
(input_file_path, data, options)¶ 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