Skip to content

sc-249723 stop pandas from inferring data types #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: feature/add-users-secrets
Choose a base branch
from

Conversation

alexbourret
Copy link
Collaborator

Copy link
Contributor

@JaneBellaiche JaneBellaiche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The proposed fix does not work properly 🐛
Error reproduced without the fix:
Capture d’écran 2025-07-07 à 11 28 19

With the fix infer_with_pandas=False:
Capture d’écran 2025-07-07 à 12 18 50

In my example the endpoints still have the leading zeros
https://jsonplaceholder.typicode.com/users/01
I think there should be a parsing leading zeros for the query, but the output dataset should remain intact

Copy link
Contributor

@JaneBellaiche JaneBellaiche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After discussion the proposed fix is the expected one. LGTM 👍

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.

2 participants