morphomapping.MM.read_CSV

Contents

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 file

  • add_index (bool) – add index to df

  • index_name (str) – set name of index

Return type:

DataFrame