Data frame loader/converter

The Data Frame loader is part of the "Data Retrieval" modules.

Description

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.

The input is a dataset of any type.

The DF loader outputs a brand new DF.

Parameters

Columns selection

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.

How to deal with missing values?

The DF also contains an option to handle missing values . As strategies : drop keys , columns or rows with missing values.

The DF automatically loads the dataframe .

Last updated

Was this helpful?