- 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.
- Practical Data Analysis Cookbook
- ExtGWT Rich Internet Application Cookbook
- VMware View Security Essentials
- Mastering Spring MVC 4
- JIRA 7 Administration Cookbook(Second Edition)
- 學Python也可以這么有趣
- Internet of Things with ESP8266
- Java Web從入門到精通(第2版)
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- MongoDB Administrator’s Guide
- Mastering Object:Oriented Python(Second Edition)
- MongoDB Cookbook
- jQuery EasyUI從零開始學
- Learning Java by Building Android Games
- PostGIS Cookbook