We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a broad discussion, following some observations from @jreback.
With the impending addition of joins_func_helper.pxi.in, does it make sense to split Cython modules so that algos.pyx isn't so massive?
joins_func_helper.pxi.in
algos.pyx
CC @sinhrks
The text was updated successfully, but these errors were encountered:
BLD: split join.pyx from algos.pyx
15f763b
closes pandas-dev#13921
BLD: split join.pyx from algos.pyx (#13925)
55a0c2e
closes #13921
Successfully merging a pull request may close this issue.
This is a broad discussion, following some observations from @jreback.
With the impending addition of
joins_func_helper.pxi.in
, does it make sense to split Cython modules so thatalgos.pyx
isn't so massive?CC @sinhrks
The text was updated successfully, but these errors were encountered: