nestauk / rhodonite

A Python package for the creation and study of coocurrence networks.
MIT License
9 stars 1 forks source link

Add vector and string support for tabular functions #39

Open georgerichardson opened 5 years ago

georgerichardson commented 5 years ago

tabular.edges_to_dataframe and tabular.vertices_to_dataframe currently only support the conversion of int or float property maps to dataframe columns. Need to write in functionality for detecting other property map types and converting them to a suitable format for pandas/analysis.

georgerichardson commented 5 years ago

Can use PropertyMap.get_2d_array() to do this