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
Printing a nested dictionary with strings/floats/ints at the bottom level, and it displays str(...) or int(...) instead of the actual value. Often this isn't particularly space saving, is far more cryptic, and doesn't look very pretty.
Description
Printing a nested dictionary with strings/floats/ints at the bottom level, and it displays
str(...)
orint(...)
instead of the actual value. Often this isn't particularly space saving, is far more cryptic, and doesn't look very pretty.What I Did
It would be good if this could just show the values, instead of the class names.
The text was updated successfully, but these errors were encountered: