-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DataFrame constructor converts uint64 series to object series #14881
Labels
Milestone
Comments
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Dec 19, 2016
The hack used to resolve pandas-devgh-2355 is no longer needed. Removes the hack and patches several tests that relied on this hacky (and buggy) behavior. Closes pandas-devgh-14881.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Dec 19, 2016
The hack used to resolve pandas-devgh-2355 is no longer needed. Removes the hack and patches several tests that relied on this hacky (and buggy) behavior. Closes pandas-devgh-14881.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Dec 19, 2016
The hack used to resolve pandas-devgh-2355 is no longer needed. Removes the hack and patches several tests that relied on this hacky (and buggy) behavior. Closes pandas-devgh-14881.
jreback
pushed a commit
that referenced
this issue
Dec 19, 2016
ShaharBental
pushed a commit
to ShaharBental/pandas
that referenced
this issue
Dec 26, 2016
The hack used to resolve pandas-devgh-2355 is no longer needed. Removes the hack and patches several tests that relied on this hacky (and buggy) behavior. Closes pandas-devgh-14881.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code Sample, a copy-pastable example if possible
Problem description
It seems like these ways of adding columns to a dataframe should have the same behavior.
Expected Output
(i.e. both columns are uint64s)
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: