Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DataFrame to dict with index orientation. #10844
Conversation
|
hmm, seems resonable. can you add a note in whatsnew / enhancements. (also add a versionadded tag in the doc-string). |
jreback
added Reshaping Output-Formatting API Design
labels
Aug 18, 2015
jreback
added this to the
0.17.0
milestone
Aug 18, 2015
|
Just added the note and the versionadded tag you asked. Should I've opened an issue before submit the pull request? |
jreback
commented on an outdated diff
Aug 20, 2015
jreback
commented on an outdated diff
Aug 20, 2015
|
minor corrections. pls squash. ping when green. |
gabrielaraujof
added some commits
Aug 18, 2015
jreback
added a commit
that referenced
this pull request
Aug 21, 2015
|
|
gabrielaraujof + jreback |
73dcb95
|
|
merged via 73dcb95 thanks! |
jreback
closed this
Aug 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gabrielaraujof commentedAug 18, 2015
The method
DataFrame.to_dictdidn't have an option for index orientation unlike its cousinto_json, which does have.