Data frame loader/converter
The Data Frame loader is part of the "Data Retrieval" modules.
Last updated
The Data Frame loader is part of the "Data Retrieval" modules.
Last updated
The Data frame loader module is used to load DataFrame applying basic transformation, it has the ability to convert an input into a DataFrame if it is a dictionary.
If we previously drag and dropped a dataset into the workflow (and of course linked it to the DF) , the dataframe loader loads the columns into the combo-box for us to choose . We might also opt to select the item manually by inserting their name one by one.
The DF also contains an option to handle missing values . As strategies : drop keys , columns or rows with missing values.