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.
tabular.edges_to_dataframe
andtabular.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.