Skip to content

STY: some files in pandas/_libs/ #30156

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 1 commit into from
Dec 9, 2019
Merged

Conversation

ShaharNaveh
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@jbrockmendel jbrockmendel added the Code Style Code style, linting, code_checks label Dec 9, 2019
@@ -52,7 +52,7 @@ cpdef get_value_at(ndarray arr, object loc, object tz=None):


# Don't populate hash tables in monotonic indexes larger than this
_SIZE_CUTOFF = 1000000
_SIZE_CUTOFF = 1_000_000
Copy link
Member

Choose a reason for hiding this comment

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

I would be OK with this in other places as well if you have a way to easily identify; more readable for sure

@WillAyd WillAyd added this to the 1.0 milestone Dec 9, 2019
@WillAyd WillAyd merged commit a8e3aa5 into pandas-dev:master Dec 9, 2019
@WillAyd
Copy link
Member

WillAyd commented Dec 9, 2019

Thanks @MomIsBestFriend

@ShaharNaveh ShaharNaveh deleted the CLN-_libs branch December 9, 2019 17:29
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Style Code style, linting, code_checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants