Python serializer error

Solved: the problem is that you need to convert “node type” to something that matches a KNIME dataframe constituent types, eg. split the node attributes into several columns of type String and Int.

This applies to any Graph library based in Python (including py2neo).

Thanks!