Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the What you really need to know section for the big picture.

julearn.base.change_column_type#

julearn.base.change_column_type(column, new_type)#

Change the type of a column.

Parameters:
columnstr

The column to change the type of.

new_typestr

The new type of the column.

Returns:
str

The new column name with the type changed.