Untitled
unknown
python
10 months ago
121 B
8
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