State.extend_table#

State.extend_table(table_name, df, axis=0)#

add new table or extend (add rows) to an existing table

Parameters:
table_namestr

potentially existing table name

dfpandas DataFrame