SQL for Data Analytics - Fourth Edition
by Jun Shan, Haibin Li, Matt Goldwasser, Upom Malik, Benjamin Johnston
4
Manipulating Data with Python
So far, all the SQL statements and commands in this book have been executed through the client tools provided by PostgreSQL, either pgAdmin or psql. The user types the statements into the client tools, the tools forward the statements to the Database Management System (DBMS), the DBMS executes the statements and passes the result back to the tools, and the tools either display the data on the screen or save it as a file for further analytics.
While pgAdmin and psql offer a breadth of functionalities, many data scientists and data analysts are starting to use Python as a helpful client tool, too. Python is a high-level language that can be easily used to process data. Just like pgAdmin and psql, companies can use ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access