Implement from_csv() for Node
Summary
Node already has the classmethod from_excel. We can add from_csv to read csv files. It's similar to from_excel
Please list breaking changes, new features or bugfixes
-
Breaking changes:
-
New features:
- Added method from_csv to class Node
-
Bugfixes:
Edited by Julius Balzer