- Python:Data Analytics and Visualization
- Phuong Vo.T.H Martin Czygan Ashish Kumar Kirthi Raman
- 204字
- 2021-07-09 18:51:44
Chapter 6. Interacting with Databases
Data analysis starts with data. It is therefore beneficial to work with data storage systems that are simple to set up, operate and where the data access does not become a problem in itself. In short, we would like to have database systems that are easy to embed into our data analysis processes and workflows. In this book, we focus mostly on the Python side of the database interaction, and we will learn how to get data into and out of Pandas data structures.
There are numerous ways to store data. In this chapter, we are going to learn to interact with three main categories: text formats, binary formats and databases. We will focus on two storage solutions, MongoDB and Redis. MongoDB is a document-oriented database, which is easy to start with, since we can store JSON documents and do not need to define a schema upfront. Redis is a popular in-memory data structure store on top of which many applications can be built. It is possible to use Redis as a fast key-value store, but Redis supports lists, sets, hashes, bit arrays and even advanced data structures such as HyperLogLog out of the box as well.
- Ansible Quick Start Guide
- 西門子S7-200 SMART PLC從入門到精通
- 2018西門子工業專家會議論文集(上)
- 自主研拋機器人技術
- 大數據處理平臺
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- CompTIA Network+ Certification Guide
- CompTIA Linux+ Certification Guide
- 云原生架構進階實戰
- 軟件工程及實踐
- 空間機械臂建模、規劃與控制
- 嵌入式GUI開發設計
- 21天學通Linux嵌入式開發
- PostgreSQL 10 High Performance
- SketchUp 2014 for Architectural Visualization(Second Edition)