Skip to content

[API v1.0.0 Feedback] Consider adding more information to get_triples #90

@antaresc

Description

@antaresc

Currently, datacommons.get_triples returns a list of 3-tuples like so.

('geoId/sch069112212709', 'schoolDistrict', 'geoId/sch0691122')
('geoId/sch069112210678', 'schoolDistrict', 'geoId/sch0691122')
('geoId/sch069112209271', 'schoolDistrict', 'geoId/sch0691122')
('geoId/sch069112206289', 'schoolDistrict', 'geoId/sch0691122')

Perhaps we can consider returning more information about the subject and object node such as:

  • The name
  • Whether or not the node is a reference
  • The type

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions