Skip to content

CLN: DataFrame.__repr__ #44271

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
Nov 1, 2021
Merged

Conversation

topper-123
Copy link
Contributor

Minor clean-up.

@jreback jreback added the Clean label Nov 1, 2021
@jreback jreback added this to the 1.4 milestone Nov 1, 2021
@jreback jreback merged commit 015541e into pandas-dev:master Nov 1, 2021
@jreback
Copy link
Contributor

jreback commented Nov 1, 2021

thanks @topper-123

@topper-123 topper-123 deleted the cln_dataframe_repr branch November 1, 2021 17:43
@jbrockmendel
Copy link
Member

Could be causing a mypy failure on master?

self.to_string(buf=buf, **repr_params)

return buf.getvalue()
return self.to_string(**repr_params)
Copy link
Member

Choose a reason for hiding this comment

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

pandas/core/frame.py:997: error: Incompatible return value type (got "Optional[str]", expected "str")

@simonjayhawkins
Copy link
Member

Could be causing a mypy failure on master?

will revert for now to get ci to green.

simonjayhawkins added a commit that referenced this pull request Nov 2, 2021
simonjayhawkins added a commit that referenced this pull request Nov 2, 2021
@simonjayhawkins
Copy link
Member

@topper-123 resubmit this when you can.

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