Skip to content

REF: avoid accessing ._engine in Series/DataFrame #41956

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

Merged
merged 10 commits into from
Jun 17, 2021

Conversation

jbrockmendel
Copy link
Member

sits on top of #41846

@jreback jreback added the Refactor Internal refactoring of code label Jun 16, 2021
@jreback
Copy link
Contributor

jreback commented Jun 16, 2021

pls rebase, let's target 1.4

@@ -518,7 +518,7 @@ def test_string_slice_empty(self):
with pytest.raises(KeyError, match="'2011'"):
df["2011"]

with pytest.raises(KeyError, match="'2011'"):
with pytest.raises(KeyError, match="0"):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for KeyErrors can you match with ^ and $

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated+green

@jreback jreback added this to the 1.4 milestone Jun 17, 2021
@jreback jreback merged commit 2b0f190 into pandas-dev:master Jun 17, 2021
@jbrockmendel jbrockmendel deleted the ref-_get_value-3 branch June 17, 2021 18:51
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants