aito.utils.data_frame_handler.DataFrameHandler

class aito.utils.data_frame_handler.DataFrameHandler

A handler that supports read, write, and convert a Pandas DataFrame in accordance to a Aito Table Schema

Methods

convert_df_using_aito_table_schema(df, …)

convert a pandas DataFrame to match a given Aito table schema

convert_file(read_input, write_output, …)

Converting input file to expected format, generate or use Aito table schema if specified

df_to_format(df, out_format, write_output[, …])

Write a Pandas DataFrame

read_file_to_df(read_input, in_format[, …])

Read input to a Pandas DataFrame

Attributes

allowed_format