Allow for streaming of large datasets
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 30/100
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
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from VorTECHsa/python-sdk
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
VorTECHsa/python-sdk#529 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 65/100
VorTECHsa/python-sdk#566 ·
-
documentation
Difficulty 4/5 3-5 days Newbie friendliness 25/100
VorTECHsa/python-sdk#278 ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
VorTECHsa/python-sdk#240 ·
-
documentation
Difficulty 3/5 1-2 days Newbie friendliness 35/100
VorTECHsa/python-sdk#204 ·
All issues in VorTECHsa/python-sdk
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100