morphomapping.MM.read_files#
- MM.read_files(path, add_index=False, index_name='Index', join='outer')#
read all csv-files in the given folder
- Parameters:
path (
str) – path to csv fileadd_index (
bool) – add index to dfindex_name (
str) – set name of indexjoin (
str) – join df (‘inner,’outer’)
- Return type:
DataFrame