-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DataFrame.from_dict (orient broken?) #2496
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
Comments
will look into this before 0.10 final... |
Thanks Wes
|
Just a heads up, this method is still working correctly for Panel. |
Can you give a self-contained example illustrating the problem? |
changhiskhan
added a commit
that referenced
this issue
Dec 14, 2012
closed via 8d847fb |
yarikoptic
added a commit
to neurodebian/pandas
that referenced
this issue
Dec 20, 2012
* commit 'v0.10.0b1-65-g6cadd6c': BUG: workaround numpy issue in 1.6.2 on certain distros BUG: use "for" as keyword to test against ENH: option names must valid, non-keyword python identifiers TST: option names must valid, non-keyword python identifiers BUG: make sure pd.options style access triggers warnings and callbacks as needed ENH: provide attribute style access to options via pd.options REF: rename option key "print" to "display" BUG: use Series name attributes for colnames in concat with axis=1. close pandas-dev#2489 ENH: add max_cols as keyword in DataFrame.info pandas-dev#2524 BUG: allow users to set the max number of columns before per column info is hidden away pandas-dev#2524 BUG: DataFrame.from_dict does not work with dict of sequence and orient=index pandas-dev#2496 ENH: df.select uses bool(crit(x)) rather then crit(x) DOC: add FAQ section on monkey-patching BUG: diff should cast n to int pandas-dev#2523
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried creating using the from_dict() method to create a dataframe recently and noticed that orient='index' failed, even with trivial data.
It also failed with tuple values in the dictionary.
My current workaround is just to take the dataframe and perform a transpose, no big deal really.
The text was updated successfully, but these errors were encountered: