Skip to content

Fix incorrect DataFrame concatenation in get_sub_df#22

Open
prjanitor wants to merge 1 commit intoAdamXweb:mainfrom
prjanitor:prjanitor/e2c64487d9c8eb26ce83c7e54b7536687ecb606f
Open

Fix incorrect DataFrame concatenation in get_sub_df#22
prjanitor wants to merge 1 commit intoAdamXweb:mainfrom
prjanitor:prjanitor/e2c64487d9c8eb26ce83c7e54b7536687ecb606f

Conversation

@prjanitor
Copy link
Copy Markdown

The get_sub_df function had a redundant condition if len(response['records']) > 0: that was unnecessary since the outer condition already ensures records exist. This edit removes the redundant check to simplify the logic.


This PR was generated by PRJanitor — an automated tool that finds and fixes small bugs in open-source projects.

We respect your contribution guidelines — if your project doesn't accept bot PRs, we won't send more. You can also add a .github/prjanitor.yml file with enabled: false to opt out explicitly.

Remove redundant condition check that was causing incorrect DataFrame construction.
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 4, 2026

👷 Deploy request for hutasker pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 7138a95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant