Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

BUG: Raise ValueError on integer indexers containing NA; skip test for unsupported EAs #61441

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

Closed
wants to merge 51 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
29039f9
Added requirements.txt with project dependencies
pelagiavlas Mar 26, 2025
65de448
ValueError in pytest parametrization due to direct Index object evalu…
pelagiavlas Apr 7, 2025
0816a26
BUG: Fix TypeError in set operations with mixed int/string indexes
pelagiavlas Apr 7, 2025
b87036f
BUG: Handle mixed int/str types in Index.union
pelagiavlas Apr 7, 2025
946f99b
BUG: Fix value_counts() with mixed int/str indexes containing nulls
pelagiavlas Apr 7, 2025
a671eb7
Merge branch 'main' of https://github.com/pandas-dev/pandas
xaris96 Apr 9, 2025
416a6ae
Merge branch 'main' of https://github.com/pandas-dev/pandas
xaris96 Apr 9, 2025
2e63667
BUG: Ignore mixed-type comparison warning in tests
pelagiavlas Apr 10, 2025
5550b1d
BUG: Apply xfail to handle unsupported int/str comparison in test_sor…
pelagiavlas Apr 10, 2025
33e2a34
BUG: Apply xfail to handle unsupported int/str comparison in test_sor…
pelagiavlas Apr 10, 2025
d7b534e
BUG: Mark test_numpy_ufuncs_reductions as xfail for mixed int/str index
pelagiavlas Apr 10, 2025
642734e
BUG: Avoid mixed-type Index in argsort test to prevent sorting errors
pelagiavlas Apr 14, 2025
dea15de
BUG: Skip argsort tests for mixed-type Index to avoid TypeError
pelagiavlas Apr 14, 2025
03c3b0a
TST: Add skip for tests using mixed-type Index
pelagiavlas Apr 14, 2025
5d1c154
one new test just for the mixed string in indices_dict (pandas\confet…
xaris96 Apr 21, 2025
c10c263
log files
xaris96 Apr 23, 2025
edb84e4
fixed test_union_duplicates[mixed-int-string] test fail in tests\inde…
xaris96 Apr 23, 2025
af140a8
2 test passed for mixed int string
xaris96 Apr 23, 2025
8992100
test_union_same_type mixed int string
xaris96 Apr 24, 2025
1fe92f9
test_union_different_types mixed int string fixed
xaris96 Apr 24, 2025
599df6d
test_union_base mixed int string test fail fixed
xaris96 Apr 24, 2025
3256953
total 5 tests fixed and 2 made xfailed
xaris96 Apr 24, 2025
bf05b29
Merge branch 'issue-TM' into vol2
xaris96 Apr 24, 2025
c856799
all tests passed!
xaris96 Apr 24, 2025
ed90c56
merged
xaris96 Apr 24, 2025
e3f1eb2
changes
xaris96 Apr 24, 2025
965edf8
Merge branch 'main' into issue-TM
pelagiavlas Apr 29, 2025
c42ac08
Fix pytest.xfail usage in test_sort_values_with_missing
pelagiavlas Apr 29, 2025
08f06b9
Fix pytest.xfail usage in test_sort_values_invalid_na_position
pelagiavlas Apr 29, 2025
1913ff8
Merge branch 'issue-TM' of https://github.com/xaris96/pandas into iss…
pelagiavlas Apr 29, 2025
8856592
Fix line length issue in test_numpy_compat.py
pelagiavlas Apr 29, 2025
e833869
Fix line length issue in test_numpy_compat.py
pelagiavlas Apr 29, 2025
5be6ef4
change comment
pelagiavlas Apr 29, 2025
7afd0d0
Fix line length issue in test_setops.py
pelagiavlas Apr 29, 2025
77d3069
Fix line length issue in test_setops.py
pelagiavlas Apr 29, 2025
218071c
Fix line length issue in test_algos.py
pelagiavlas Apr 29, 2025
62c3319
Fix long line issue and refactor xfail usage in test_sort_values_inva…
pelagiavlas Apr 29, 2025
b68dc54
Fix line length issue in tests
pelagiavlas Apr 29, 2025
cd0afea
Apply pre-commit fixes (e.g. ruff, isort, whitespace)
pelagiavlas Apr 29, 2025
a784a90
log files deleted
xaris96 May 5, 2025
39bbffa
Merge branch 'issue-TM' of https://github.com/xaris96/pandas into iss…
pelagiavlas May 5, 2025
80508f1
TST: xfail setitem tests for EA with NA in integer indexers
pelagiavlas May 14, 2025
e4ce15d
Merge branch 'main' into issue-shareMemory
pelagiavlas May 17, 2025
77af3c9
fetch upstream at the branch issue-shareMemory
pelagiavlas May 17, 2025
1d8f7ed
Merge branch 'issue-shareMemory' of https://github.com/xaris96/pandas…
pelagiavlas May 17, 2025
a6025a2
Merge branch 'issue-shareMemory' of https://github.com/xaris96/pandas…
pelagiavlas May 17, 2025
db746e1
Merge branch 'issue-shareMemory' of https://github.com/xaris96/pandas…
pelagiavlas May 17, 2025
609d867
Merge branch 'issue-shareMemory' of https://github.com/xaris96/pandas…
pelagiavlas May 17, 2025
dfdf85c
Merge branch 'issue-shareMemory' of https://github.com/xaris96/pandas…
pelagiavlas May 17, 2025
8d6f0e0
Merge branch 'main' into issue-shareMemory
pelagiavlas May 19, 2025
0b4045f
precommit check
xaris96 May 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into issue-TM
  • Loading branch information
pelagiavlas authored Apr 29, 2025
commit 965edf8d35ade1692d91796f2ad821ff2706a84b

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.