Allow for streaming of large datasets

Open
#235 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
api, data

Research direction

No files or tests are named. Start by locating the SDK entry point that returns a single dataframe for API dataset requests, then review the existing Python generator pattern referenced in the issue. Done means the SDK can expose chunks of large result sets without hitting the current MAX_RECORDS limit, with behavior covered by tests.

Written by the indexing model from the issue text.

Description

enhancement

Rather than the SDK returning a single giant dataframe, we could follow the python generator pattern providing a stream of chunks of data.

This will help circumnavigate the current MAX_RECORDS limit imposed by when calling the API with one single request.

Dominant language
Python
Stars
25
Forks
12
Avg merge
20h 47m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from VorTECHsa/python-sdk

All issues in VorTECHsa/python-sdk

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.