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