converter.runner.modin
¶
Module Contents¶
Classes¶
Default implementation for a pandas like runner |
- class converter.runner.modin.ModinRunner(config, **options)¶
Bases:
converter.runner.pandas.PandasRunner
Default implementation for a pandas like runner
- get_dataframe(self, extractor)¶
Builds a dataframe from the extractors data
- Parameters
extractor – The extractor providing the input data
- Returns
The created dataframe
- combine_column(self, *args, **kwargs)¶
Combines the current column value with the result of the transformation. If the current value is
NotSet
the value of the current transformation will be calculated and applied.- Parameters
row – The row loaded from the extractor
current_column_value – Series representing the current transformed value
entry – The transformation to apply
- Returns
The combined column value