Skip to content

REF: separate out invalid ops #27735

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 6 commits into from
Aug 5, 2019
Merged

REF: separate out invalid ops #27735

merged 6 commits into from
Aug 5, 2019

Conversation

jbrockmendel
Copy link
Member

We moved ops.py to ops.__init__ a while back, still need to get the bulk of it out of __init__. This separates out templated invalid operations, which are the main things that outside modules import (this helps us move towards getting rid of the import pandas as pd in the main file)

Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

@simonjayhawkins simonjayhawkins added this to the 1.0 milestone Aug 4, 2019
@jreback jreback added the Clean label Aug 4, 2019
@jreback
Copy link
Contributor

jreback commented Aug 5, 2019

can you rebase

@jbrockmendel
Copy link
Member Author

Rebased and green

@jreback jreback merged commit 2f775b0 into pandas-dev:master Aug 5, 2019
@jbrockmendel jbrockmendel deleted the flops branch August 5, 2019 16:38
quintusdias pushed a commit to quintusdias/pandas_dev that referenced this pull request Aug 16, 2019
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.

3 participants