morphomapping.MM.concat_df#
- MM.concat_df(*new_df, join='inner', add_index=False, index_name='Index')#
concatenate self.df and new dfs (joining inner by default)
- Parameters:
new_df – df that should be concatenated
join – type of joining
add_index (
bool) – add index to dfindex_name (
str) – set name of index
- Return type:
None