alex #1

Merged
awendt merged 5 commits from alex into master 2023-01-13 15:04:26 +00:00
Showing only changes of commit c7934680f9 - Show all commits

View File

@ -12,7 +12,6 @@ class Behavior:
csv_file = str(sorted(Path(datapath).glob('**/*.csv'))[0])
self.dataframe = read_csv(csv_file, delimiter=',')
embed()
def main(datapath:str):