Table name has changed
@@ -47,7 +47,7 @@ We connect to the database and query the presenting disorders table.
```python
db = ds.components[2]
db.connect("username", "password")
-df = ds.query(table="presenting_disorders")
+df = ds.query(table="psychiatric_diagnostic_profile")
df[["subject", "session", "addiction"]].head()
```