limebit / medmodels

MedModels is a high-speed RWE framework to apply the latest methods from scientific research to medical data.
https://www.medmodels.de
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

feat: Allow adding/appending to groups when adding nodes or edges #203

Closed MarIniOnz closed 2 weeks ago

MarIniOnz commented 2 weeks ago

The add_nodes function now allows for adding nodes directly to a group with the function.


medrecord = MedRecord()
medrecord.add_nodes(nodes, group)