Skip to content

Commit

Permalink
remove duplicate cell IDs (appeared after running quarto convert on .…
Browse files Browse the repository at this point in the history
…ipynb)
  • Loading branch information
qualiaMachine committed Oct 7, 2024
1 parent 927d7ef commit 42d1e34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Applications/EDA-examples/Titanic-Dataset.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Let's take a look at a small sample of the dataset to understand the raw data we
```{python}
#| id: KwXSUvuxAU6f
#| colab: {base_uri: 'https://localhost:8080/', height: 206}
#| id: KwXSUvuxAU6f
#| outputId: 78324c3f-a518-4686-d059-97af32f58f42
# Import necessary libraries
import pandas as pd
Expand All @@ -67,7 +66,6 @@ df.head()
```{python}
#| id: Evcu5I2oBAPG
#| colab: {base_uri: 'https://localhost:8080/', height: 1000}
#| id: Evcu5I2oBAPG
#| outputId: 88dd76e7-dbf5-4b1f-8a3e-b0606c932020
# Show a small random sample of the data
print("Sample of 10 passengers:")
Expand Down

0 comments on commit 42d1e34

Please sign in to comment.