string_column

DataFrame.string_column(value)[source]

Generates a string column that consists solely of a single entry.

Args:

value (str): The value to be used.

Returns:
VirtualStringColumn:

Column consisting of the singular entry.

Raises:

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