abacusai.api_client_utils
Module Contents
Functions
|
|
|
|
|
|
|
|
|
Attributes
- abacusai.api_client_utils.INVALID_PANDAS_COLUMN_NAME_CHARACTERS = '[^A-Za-z0-9_]'
- abacusai.api_client_utils.clean_column_name(column)
- abacusai.api_client_utils.get_clean_function_source_code(func)
- Parameters:
func (Callable) –
- abacusai.api_client_utils.avro_to_pandas_dtype(avro_type)
- abacusai.api_client_utils.get_non_nullable_type(types)
- abacusai.api_client_utils.get_object_from_context(client, context, variable_name, return_type)
- abacusai.api_client_utils.load_as_pandas_from_avro_fd(fd)
- Parameters:
fd (IO) –