num_column

DataFrame.num_column(value)[source]

Generates a float or integer column that consists solely of a single entry.

Args:

value (float): The value to be used.

Raises:

TypeError: If any of the input arguments is of wrong type.

Returns: VirtualFloatColumn: FloatColumn consisting of the singular entry.