Skip to content

Commit

Permalink
Corrects typo in SQL lesson slide
Browse files Browse the repository at this point in the history
  • Loading branch information
hlapp committed Sep 10, 2024
1 parent 8a3df67 commit bc18b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lesson-SQL.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ WHERE Course IS NOT NULL
- note that ordering can have a performance cost
* In most (OO) programming language environments, SQL database interaction is handled under the hood by ORM (Object-Relational Mapping) libraries
- e.g., [sqlalchemy](https://www.sqlalchemy.org) in Python
* Some popular datascience packages for R and Python have SQL database interfaces
* Some popular datas cience packages for R and Python have SQL database interfaces
- e.g., [dbplyr](https://dbplyr.tidyverse.org) in R; in Python, `pandas` [can read/write from/to a SQL database](https://pandas.pydata.org/docs/user_guide/io.html#io-sql)
* [SQLite Documentation](https://www.sqlite.org/docs.html)
* Joe Celko, _Joe Celko's SQL for Smarties: Advanced SQL Programming_. Morgan & Kaufmann, 2015
2 changes: 1 addition & 1 deletion pub/Lesson-SQL.html
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ <h2>Further notes and resources</h2>
<ul>
<li>e.g., <a href="https://www.sqlalchemy.org">sqlalchemy</a> in Python</li>
</ul></li>
<li>Some popular datascience packages for R and Python have SQL database interfaces
<li>Some popular datas cience packages for R and Python have SQL database interfaces
<ul>
<li>e.g., <a href="https://dbplyr.tidyverse.org">dbplyr</a> in R; in Python, <code>pandas</code> <a href="https://pandas.pydata.org/docs/user_guide/io.html#io-sql">can read/write from/to a SQL database</a></li>
</ul></li>
Expand Down

0 comments on commit bc18b1b

Please sign in to comment.