Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork18.6k
TST: Testing for mixed int/str Index#61349
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
+186 −66
Closed
Changes from1 commit
Commits
Show all changes
83 commits Select commitHold shift + click to select a range
29039f9
Added requirements.txt with project dependencies
pelagiavlas65de448
ValueError in pytest parametrization due to direct Index object evalu…
pelagiavlas0816a26
BUG: Fix TypeError in set operations with mixed int/string indexes
pelagiavlasb87036f
BUG: Handle mixed int/str types in Index.union
pelagiavlas946f99b
BUG: Fix value_counts() with mixed int/str indexes containing nulls
pelagiavlasa671eb7
Merge branch 'main' of https://github.com/pandas-dev/pandas
xaris96416a6ae
Merge branch 'main' of https://github.com/pandas-dev/pandas
xaris962e63667
BUG: Ignore mixed-type comparison warning in tests
pelagiavlas5550b1d
BUG: Apply xfail to handle unsupported int/str comparison in test_sor…
pelagiavlas33e2a34
BUG: Apply xfail to handle unsupported int/str comparison in test_sor…
pelagiavlasd7b534e
BUG: Mark test_numpy_ufuncs_reductions as xfail for mixed int/str index
pelagiavlas642734e
BUG: Avoid mixed-type Index in argsort test to prevent sorting errors
pelagiavlasdea15de
BUG: Skip argsort tests for mixed-type Index to avoid TypeError
pelagiavlas03c3b0a
TST: Add skip for tests using mixed-type Index
pelagiavlas5d1c154
one new test just for the mixed string in indices_dict (pandas\confet…
xaris96c10c263
log files
xaris96edb84e4
fixed test_union_duplicates[mixed-int-string] test fail in tests\inde…
xaris96af140a8
2 test passed for mixed int string
xaris968992100
test_union_same_type mixed int string
xaris961fe92f9
test_union_different_types mixed int string fixed
xaris96599df6d
test_union_base mixed int string test fail fixed
xaris963256953
total 5 tests fixed and 2 made xfailed
xaris96bf05b29
Merge branch 'issue-TM' into vol2
xaris96c856799
all tests passed!
xaris96ed90c56
merged
xaris96e3f1eb2
changes
xaris96a784a90
log files deleted
xaris96eb2f210
Fix trailing whitespace in test_mixed_int_string.py
xaris96710e4d5
changes for pre-commit.ci
xaris96079aeb1
pre-commit run --all-files changes
xaris96545f04c
lines too long
xaris96a16f5b3
mark x fail and some tests fixed
xaris96413dad1
new
xaris96a6b958b
pd fixed
xaris960c0ef09
test passed
xaris96d3a2378
mark.xfail instead of skip in test_setops
xaris96355a058
test_misc
xaris96a2d5fbf
done
xaris96ec189e4
better approach for mixed int, 1 more test passed
xaris96771c098
mark x fail
xaris9625ba609
Merge branch 'main' into issue-TM
xaris96acd31b1
Trigger CI rerun
xaris96b522022
test rolling change
xaris9664bf3fe
test rolling
xaris964c4e673
new change
xaris9696c26a3
pre commit checks done
xaris96dfc6a4a
return some commits back
xaris9601a93c8
back
xaris96c5215e2
..
xaris9631e4730
adjust tolerance
xaris96b9b6ba4
xfail on 32bit platform
xaris96d661599
pre commit check. platform check added
xaris96ec5a628
unit test changes fora pyodide build test
xaris96f959d03
unit test undo changes and changes in test rolling
xaris9688e1b81
Merge branch 'main' into issue-TM
xaris967b12c91
skip instead of fail
xaris966a764d7
Remove files that were incorrectly brought back: coiled.svg and cibw_…
xaris9603b5a69
Merge branch 'main' into issue-TM
xaris962856da0
Merge branch 'main' into issue-TM
xaris96ae6dd39
Added an entry in the latest doc/source/whatsnew/v3.0.0.rst
xaris96ed182bf
Merge branch 'main' into issue-TM
xaris96ed0feac
Merge branch 'main' into issue-TM
xaris96dc53d28
Trigger CI
xaris969418256
Merge branch 'main' into issue-TM
xaris96867dfab
Merge branch 'main' into issue-TM
xaris96a61324a
Update doc/source/whatsnew/v3.0.0.rst
xaris960d6ea71
Update pandas/tests/base/test_misc.py
xaris96105352a
Update pandas/tests/base/test_misc.py
xaris962ad71a5
Update pandas/tests/base/test_misc.py
xaris96acfec32
comments fixed
xaris96e1a23c2
.Merge remote-tracking branch 'upstream/main' into issue-TM
xaris964610ef4
test_misc return removed
xaris9636366ec
test setops xfail and request.node added
xaris96d33a6d8
request.node removed
xaris9668c8146
test_common changed
xaris96cf20d19
test common test_sort_values_with_missing
xaris96bd30df3
precommit fix
xaris9671d2347
some new tests fails
xaris96e56091c
.
xaris961dd34fb
test numpy compat
xaris967efb7a8
indexes\test setops
xaris96e8185b4
test algos
xaris96c2fc50e
done
xaris96File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
BUG: Skip argsort tests for mixed-type Index to avoid TypeError
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitdea15de1f4edcb7586a6421bb7d00d9e02c582ec
There are no files selected for viewing
3 changes: 2 additions & 1 deletionpandas/tests/indexes/test_old_base.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
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.