Make a jointplot (with regression line)

Hi,

I am unable to draw regression line, Kindly

sns.jointplot(x=‘Price’,y=‘Rating’, data=df, kind=‘scatter’)
plt.show()

sns.jointplot(x=‘Price’,y=‘Rating’, data=df, kind=‘reg’)
plt.show()

Try doing it via code mentioned in this document
ref:https://seaborn.pydata.org/generated/seaborn.jointplot.html