Skip to content

Implement from_csv() for Node

Julius Balzer requested to merge add_read_csv into development

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

Merge request reports