Table Of Contents

Data Transform


Data Transform is defined to provide the ability to modify the format of a pandas dataframe.




columns Transform

Columns Transform provides the ability to perform column operations on a pandas dataframe.


Rename Column


Drop Column


Drop Column Response


Reorder Column(s)



Drag and drop the columns to the desired position to reoder columns.

Reorder Column(s) Response


Save Column(s)


Save Column(s) Response


Copy Column


Copy Column Response


Apply fn To Column


Apply dfc fn to Column


Select the appropriate column to apply dfc function against.

Apply dfc fn to Column Response

Apply User fn to Column

Apply User fn to Column Response

Map Column


You need to select a column to map.

Map Column By User Function


You can define the map values via a user defined function.

Map Column By User Function Response

Map Column By User Function Error Message


If an Error occurs while running the uer defined func the error and a print out of the code is displayed.


Dummies For Column(s)


Dummies For Column(s) Response



Make Column Categorical


You need to select a column to make categoprical.


Make Column Categorical Options


Once you select the column to make categorical you need to define the category options.



Make Column Categorical Response



Change Column Datatype



Change Column Datatype Response