Untitled
Anonymous
python
09/25/2024 4:03 PM
164 B
19
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