Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
TST: Enable Index dtype comparison by default #11588
Conversation
sinhrks
added the
Testing
label
Nov 13, 2015
jreback
added this to the
0.17.1
milestone
Nov 17, 2015
jreback
added a commit
that referenced
this pull request
Nov 17, 2015
|
|
jreback |
e7ff318
|
jreback
merged commit e7ff318
into pandas-dev:master
Nov 17, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
|
thanks! |
sinhrks
deleted the
sinhrks:test_idxtype branch
Nov 17, 2015
This was referenced Nov 24, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedNov 13, 2015
Enable
check_index_typeandcheck_columns_typeby default to detect dtype related problems.Fixed following 2 minor bugs at the same time, but I'm willing to split them to separate PR if required.
1.
Series.quantilewith empty list results inobjectindex rather thanfloat.2.
pd.mergeincludes empty data may result inInt64Indexrather thanobjectSorry, #10826 was incomplete.
When fixing #11497, #11586, we can enable corresponding
check_index_type