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.get_column_type#
- julearn.base.get_column_type(column)#
Get the type of a column.
- Parameters:
- columnstr
The column to get the type of.
- Returns:
- str
The type of the column.