morphomapping.MM.read_CSV#
- MM.read_CSV(path, add_index=False, index_name='Index')#
Load csv-file and save it as self.df
- Parameters:
path (
str) – path to csv fileadd_index (
bool) – add index to dfindex_name (
str) – set name of index
- Return type:
DataFrame