Skip to content

tostring->tobytes #33241

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 3 commits into from
Apr 2, 2020
Merged

tostring->tobytes #33241

merged 3 commits into from
Apr 2, 2020

Conversation

jbrockmendel
Copy link
Member

@TomAugspurger
Copy link
Contributor

Thanks, maybe a few others

pandas/core/computation/pytables.py
176:        val = v.tostring(self.encoding)
606:    def tostring(self, encoding) -> str:

pandas/io/sas/sas.pyx
434:                    start + lngt)]).tostring().rstrip(b"\x00 ")

pandas/_libs/writers.pyx
115:    return narr.tostring().decode('utf-8')

@jbrockmendel
Copy link
Member Author

updated+green

@TomAugspurger TomAugspurger added this to the 1.0.4 milestone Apr 2, 2020
@TomAugspurger TomAugspurger added CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions labels Apr 2, 2020
@TomAugspurger TomAugspurger merged commit 69ffb01 into pandas-dev:master Apr 2, 2020
@TomAugspurger
Copy link
Contributor

Thanks!

@simonjayhawkins
Copy link
Member

@meeseeksdev backport to 1.0.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI/COMPAT: Linux py37_np_dev pipeline timeouts
3 participants