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:
  • column (str) – The column to change the type of.

  • new_type (str) – The new type of the column.

Returns:

The new column name with the type changed.