Is there any way of writing this code in Jupyter-notebook, when visualizing data? sns.lmplot(x=’horsepower’,y=’city-mpg’,data=auto)
The error: “NameError Traceback (most recent call last)
/tmp/ipykernel_45872/242402108.py in
—-> 1 sns.lmplot(x=’horsepower’,y=’city-mpg’,data=auto)
Visualizing in python
I am building a credit risk model. I run into problem visualizing the data in a histogram