The error: “NameError Traceback (most recent call last)
/tmp/ipykernel_45872/242402108.py in
—-> 1 sns.lmplot(x=’horsepower’,y=’city-mpg’,data=auto)
NameError: name ‘auto’ is not defined”
I tried replacing ‘auto’ with ‘tips’ but did not work out
New contributor
BRIAN BULTUT CHEPYEGON is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.