- 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.
- ABB工業(yè)機器人編程全集
- 工業(yè)機器人技術(shù)及應(yīng)用
- 基于LabWindows/CVI的虛擬儀器設(shè)計與應(yīng)用
- 輕松學(xué)PHP
- 實時流計算系統(tǒng)設(shè)計與實現(xiàn)
- 人工智能與人工生命
- 網(wǎng)絡(luò)組建與互聯(lián)
- Excel 2007技巧大全
- 奇點將至
- Java組件設(shè)計
- Hands-On Business Intelligence with Qlik Sense
- Machine Learning in Java
- 工業(yè)機器人與自控系統(tǒng)的集成應(yīng)用
- 案例解說虛擬儀器典型控制應(yīng)用
- 數(shù)據(jù)庫技術(shù)及應(yīng)用