We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c96f5a commit 3691a4dCopy full SHA for 3691a4d
dataManagement.qmd
@@ -55,7 +55,6 @@ mydata = pd.read_csv("https://osf.io/s6wrm/download") # uses the pandas module
55
```
56
57
```{python}
58
-#| include: false
59
60
mydata = pd.read_csv("data/titanic.csv") #https://osf.io/s6wrm/download
61
0 commit comments