- Learning pandas(Second Edition)
- Michael Heydt
- 90字
- 2021-07-02 20:37:00
Semi-structured
Semi-structured data fits in between unstructured. It can be considered a type of structured data, but lacks the strict data model structure. JSON is a form of semi-structured data. While good JSON will have a defined format, there is no specific schema for data that is always strictly enforced. Much of the time, the data will be in a repeatable pattern that can be easily converted into structured data types like the pandas DataFrame, but the process may need some guidance from you to specify or coerce data types.
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- C語言程序設計實踐教程(第2版)
- Computer Vision for the Web
- WebAssembly實戰
- Mastering Drupal 8 Views
- 深入理解Android:Wi-Fi、NFC和GPS卷
- ANSYS Fluent 二次開發指南
- PLC應用技術(三菱FX2N系列)
- C專家編程
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Python入門很輕松(微課超值版)
- RocketMQ實戰與原理解析
- MongoDB Cookbook(Second Edition)
- 精通Spring:Java Web開發與Spring Boot高級功能
- Visual C++程序設計與項目實踐