You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We like to use to_string to print the contents of a Series to a buffer. As of 0.6.1, this has started including "\nLength:..." at the end. Could this be an option? It leaves us with no option but to rewrite to_string if we don't want this included.
The text was updated successfully, but these errors were encountered:
This change broke the Series.to_string() unit test, since before length was added when using to_string().
I will do a pull request for a fix (it`s just one line that needs to changed).
We like to use to_string to print the contents of a Series to a buffer. As of 0.6.1, this has started including "\nLength:..." at the end. Could this be an option? It leaves us with no option but to rewrite to_string if we don't want this included.
The text was updated successfully, but these errors were encountered: