Skip to Content
Data Wrangling with Python
book

Data Wrangling with Python

by Dr. Tirthajyoti Sarkar, Shubhadeep Roychowdhury
February 2019
Beginner to intermediate
452 pages
7h 6m
English
Packt Publishing
Content preview from Data Wrangling with Python

Chapter 8

RDBMS and SQL

Learning Objectives

By the end of this chapter, you will be able to:

  • Apply the basics of RDBMS to query databases using Python
  • Convert data from SQL into a pandas DataFrame

This chapter explains the concepts of databases, including their creation, manipulation and control, and transforming tables into pandas DataFrames.

Introduction

This chapter of our data journey is focused on RDBMS (Relational Database Management Systems) and SQL (Structured Query Language). In the previous chapter, we stored and read data from a file. In this chapter, we will read structured data, design access to the data, and create query interfaces for databases.

Data has been stored in RDBMS format for years. The reasons behind it are ...

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.
Start your free trial

You might also like

Data Wrangling with Python

Data Wrangling with Python

Jacqueline Kazil, Katharine Jarmul
Python: End-to-end Data Analysis

Python: End-to-end Data Analysis

Phuong Vothihong, Martin Czygan, Ivan Idris, Magnus Vilhelm Persson, Luiz Felipe Martins

Publisher Resources

ISBN: 9781789800111Supplemental Content