Skip to content

CLN: assorted cleanups #30473

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 26 commits into from
Dec 26, 2019
Merged

CLN: assorted cleanups #30473

merged 26 commits into from
Dec 26, 2019

Conversation

jbrockmendel
Copy link
Member

No description provided.

@pep8speaks
Copy link

pep8speaks commented Dec 25, 2019

Hello @jbrockmendel! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2019-12-26 00:10:11 UTC

@jreback jreback added the Clean label Dec 25, 2019
@jreback jreback added this to the 1.0 milestone Dec 25, 2019
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.

k, minor comment, can be done later though.

lib.to_object_array_tuples(values)

# make sure record array works
from collections import namedtuple
Copy link
Contributor

Choose a reason for hiding this comment

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

can you move to top

record = namedtuple("record", "x y")
r = record(5, 6)
values = [r]
lib.to_object_array_tuples(values)
Copy link
Contributor

Choose a reason for hiding this comment

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

would be nice to compare if you can

@jreback
Copy link
Contributor

jreback commented Dec 26, 2019

lgtm. ping on green.

@jbrockmendel
Copy link
Member Author

ping

@jreback jreback merged commit aee0790 into pandas-dev:master Dec 26, 2019
@jreback
Copy link
Contributor

jreback commented Dec 26, 2019

thanks

@jbrockmendel jbrockmendel deleted the collect branch December 26, 2019 15:31
AlexKirko pushed a commit to AlexKirko/pandas that referenced this pull request Dec 29, 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