Untitled

 avatar
unknown
python
a year ago
121 B
9
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