xgi
xgi copied to clipboard
There is no way of removing attributes or stats
Perhaps we can implement this as part of H.clear(), or as a standalone method..
Also no way of easily adding stats! What if I have a matrix, or vector, or dictionary holding the values of a node stat? Right now we would have to convert that into a nice format that can be thrown at the hypergraph using add_nodes_from...