Untitled

 avatar
unknown
python
2 years ago
113 B
21
Indexable
# Old behavior
df.prod()  # Would ignore non-numeric columns
# Future behavior
df.prod()  # Raises TypeError
Editor is loading...
Leave a Comment