Skip to content

CLN: Assorted cleanups #27094

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 11 commits into from
Jun 28, 2019
Merged

CLN: Assorted cleanups #27094

merged 11 commits into from
Jun 28, 2019

Conversation

jbrockmendel
Copy link
Member

No description provided.

@@ -262,6 +262,7 @@ def test_bad_url_protocol(self):
self.read_html('git://github.com', match='.*Water.*')

@network
@pytest.mark.slow
def test_invalid_url(self):
Copy link
Member Author

Choose a reason for hiding this comment

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

two versions of this test get run and each take 150s locally

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

ok with merging or comments as you want @jbrockmendel

@@ -1809,3 +1809,44 @@ def validate_operand(obj):
else:
raise TypeError('Can only merge Series or DataFrame objects, '
'a {obj} was passed'.format(obj=type(obj)))


def _items_overlap_with_suffix(left, lsuffix, right, rsuffix):
Copy link
Contributor

Choose a reason for hiding this comment

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

can be a later PR, can you type these args

to_rename = left.intersection(right)
if len(to_rename) == 0:
return left, right
else:
Copy link
Contributor

Choose a reason for hiding this comment

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

don't need the else here (just dedent)

@jreback jreback added the Clean label Jun 28, 2019
@jreback jreback added this to the 0.25.0 milestone Jun 28, 2019
@jreback jreback merged commit b618eb6 into pandas-dev:master Jun 28, 2019
@jreback
Copy link
Contributor

jreback commented Jun 28, 2019

thanks

@jbrockmendel jbrockmendel deleted the minternals branch June 28, 2019 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants