Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BUG: Series.to_dict does not return native Python types #37648
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
BUG: Series.to_dict does not return native Python types #37648
Changes from 9 commits
a2e3e55
41f0a4b
5e4edbe
b6967b7
55919e0
759e091
6f966f2
1e058ab
2ebd673
1dc5935
1e5e459
3c6bd7e
e3cc18f
22819b7
fb782df
cb389d9
249968e
1f5d442
9686035
732fb84
ec6cbfc
4bb1916
587e592
9d81f54
673da4e
ef639c9
4036b63
89a841d
68420ea
8b83e24
86b0e04
efc95b8
c3b723a
d5a9476
3e2ea12
a455fcc
5541a35
fcbf705
9282ca3
a444ef5
2411a70
99d7c55
e009a9e
eaeb409
a642a6b
0467e1b
5605bbd
39ca508
7fa7503
08567b4
7c47df2
618f8ef
da620f2
761b728
49acd25
86c6aa7
4650131
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add unsigned int as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you break this out a bit
result = type(d[0]['a'])
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done