api-python
api-python copied to clipboard
JSON error when Series passed to get_property_labels
get_property_labels does not follow the same pattern as the rest of the API and only takes a list as input. Based on the rest of the API I would expect a Series input to output a pandas Series. Instead I get a json error.
Steps to replicate
dc.get_property_labels(pd.Series(['geoId/sch5101950']))
Same issue for get_triples