Skip to content

Commit bf34521

Browse files
author
Susan Vanderplas
committed
Updates
1 parent 3767bda commit bf34521

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

part-advanced-topics/10-databases.qmd

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22

33
Coming soon!
44

5-
There are many different database formats. Some of the most common databases are SQL* related formats and Microsoft Access files.
6-
7-
::: callout-note
8-
You can get through this class without this section. Feel free to skip it and come back when/if you need it.
9-
:::
10-
5+
There are many different database formats. Some of the most common databases are SQL* related formats and (for older datasets) Microsoft Access files.
116

127
[This excellent GitHub repo contains code to connect to multiple types of databases in R, python, PHP, Java, SAS, and VBA](https://github.com/ParfaitG/DATABASE_CONNECTIONS)
138

part-gen-prog/06-debugging.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ You may need to `pip install lxml requests bs4` to run this code.
531531

532532
```{python}
533533
#| label: real-world-debugging-py
534-
# !pip install lxml requests bs4
534+
# %pip install lxml requests bs4
535535
from bs4 import BeautifulSoup
536536
import requests as req
537537
import numpy as np

0 commit comments

Comments
 (0)