-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TypeError from to_html on a mixed type column #12704
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
Comments
very strange. works for me, same platform & version
|
😬 I can't seem to reproduce it outside of the notebook I'm currently running. |
and the video is worth it! lmk if it recurs |
@jreback: Here's how to reproduce:
Am I using |
No it should be a callable.
|
see #12706 |
tdhopper
added a commit
to tdhopper/pandas
that referenced
this issue
Mar 25, 2016
The `float_format` setting takes either None or a callable object that returns a formatted string given a float value. Currently, the setting isn't validated, so cryptic error messages are returned if, for example, a format non-callable format string is given (see \pandas-dev#12704). Add a standard validation method and use it to validate the `float_format` setting.
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
Mar 25, 2016
The `float_format` setting takes either None or a callable object that returns a formatted string given a float value. Currently, the setting isn't validated, so cryptic error messages are returned if, for example, a format non-callable format string is given (see \pandas-dev#12704). Add a standard validation method and use it to validate the `float_format` setting. closes pandas-dev#12706 closes pandas-dev#12711
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code Sample, a copy-pastable example if possible
I'm getting an error when running:
The traceback is:
Expected Output
output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: