dataset = sns.load_dataset('titanic') dataset .head() The script above loads the Titanic dataset and displays the first five rows of the dataset using the head function. The output looks like this: The dataset contains 891 rows and 15 columns and contains information about the passengers who boarded the unfortunate Titanic ship.
pomona fence rules