api-python icon indicating copy to clipboard operation
api-python copied to clipboard

JSON error when Series passed to get_property_labels

Open lukesmurray opened this issue 6 years ago • 1 comments

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']))

lukesmurray avatar Aug 08 '19 22:08 lukesmurray

Same issue for get_triples

lukesmurray avatar Aug 09 '19 00:08 lukesmurray