Untitled

mail@pastecode.io avatar
unknown
python
17 days ago
121 B
3
Indexable
Never
o	# Old behavior
o	df.prod()  # Would ignore non-numeric columns
o	# Future behavior
o	df.prod()  # Raises TypeError
Leave a Comment