seermedical / seer-py

Python SDK for the Seer data platform
MIT License
27 stars 10 forks source link

Added a new graphql call to fetch >5000 segment IDs #134

Closed matias-seer closed 3 years ago

matias-seer commented 3 years ago

A new function to fetch segment ids for a channel group contining more than 5000 segments. The new function 'get_segment_ids' return a dataframe containing all segment ids in the channel group.

note: an existing function, 'get_paginated_response' could be used instead to achieve a similar result. However, the new function uses the new resource schema and it will run faster than the existing function.