- Learning pandas(Second Edition)
- Michael Heydt
- 147字
- 2021-07-02 20:37:00
Structured
Structured data is any type of data that is organized as fixed fields within a record or file, such as data in relational databases and spreadsheets. Structured data depends upon a data model, which is the defined organization and meaning of the data and often how the data should be processed. This includes specifying the type of the data (integer, float, string, and so on), and any restrictions on the data, such as the number of characters, maximum and minimum values, or a restriction to a certain set of values.
Structured data is the type of data that pandas is designed to utilize. As we will see first with the Series and then with the DataFrame, pandas organizes structured data into one or more columns of data, each of a single and specific data type, and then a series of zero or more rows of data.
- The Modern C++ Challenge
- Visual C++數字圖像模式識別技術詳解
- Learning C++ Functional Programming
- 青少年美育趣味課堂:XMind思維導圖制作
- HTML5 Mobile Development Cookbook
- Learning Informatica PowerCenter 10.x(Second Edition)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 正則表達式經典實例(第2版)
- Python High Performance Programming
- Domain-Driven Design in PHP
- Distributed Computing in Java 9
- Secret Recipes of the Python Ninja
- 大規模語言模型開發基礎與實踐
- Java與Android移動應用開發:技術、方法與實踐
- Learning Ext JS(Fourth Edition)