I\'m trying to plot using sns.histplot on the Titanic Dataset in Kaggle\'s Jupyter Notebook.
This is my code:
sns.histplot(train, x = "Age",