# Old behavior df.prod() # Would ignore non-numeric columns # Future behavior df.prod() # Raises TypeError