Skip to content

CI: Exception ignored in: 'pandas._libs.tslibs.util.get_c_string_buf_and_size' #32951

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

Closed
jbrockmendel opened this issue Mar 23, 2020 · 2 comments · Fixed by #33235
Closed

CI: Exception ignored in: 'pandas._libs.tslibs.util.get_c_string_buf_and_size' #32951

jbrockmendel opened this issue Mar 23, 2020 · 2 comments · Fixed by #33235
Assignees
Labels
Compat pandas objects compatability with Numpy or Python functions
Milestone

Comments

@jbrockmendel
Copy link
Member

Seen in the logs lately:

Exception ignored in: 'pandas._libs.tslibs.util.get_c_string_buf_and_size'
UnicodeEncodeError: 'utf-8' codec can't encode character '\ud83d' in position 0: surrogates not allowed

Possibly related to #32701?

@roberthdevries
Copy link
Contributor

Correct, I will investigate. It comes from test_column_name_contains_unicode_surrogate in pandas/tests/frame/test_api.py which was added there.

@roberthdevries
Copy link
Contributor

take

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Apr 19, 2020
@jreback jreback added this to the 1.1 milestone Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants