- Machine Learning for Developers
- Rodolfo Bonnin
- 113字
- 2021-07-02 15:46:44
Pandas
Pandas complements the previously mentioned libraries with a special structure, called DataFrame, and also adds many statistical and data mangling methods, such as I/O, for many different formats, such as slicing, subsetting, handling missing data, merging, and reshaping, among others.
The DataFrame object is one of the most useful features of the whole library, providing a special 2D data structure with columns that can be of different data types. Its structure is very similar to a database table, but immersed in a flexible programming runtime and ecosystem, such as SciPy. These data structures are also compatible with NumPy matrices, so we can also apply high-performance operations to the data with minimal effort.
推薦閱讀
- Mastering NetBeans
- Spring Boot+Spring Cloud+Vue+Element項(xiàng)目實(shí)戰(zhàn):手把手教你開(kāi)發(fā)權(quán)限管理系統(tǒng)
- 假如C語(yǔ)言是我發(fā)明的:講給孩子聽(tīng)的大師編程課
- Getting Started with NativeScript
- C++新經(jīng)典
- Java EE 8 Application Development
- Data Science Algorithms in a Week
- Magento 2 Beginners Guide
- Python Social Media Analytics
- Drupal Search Engine Optimization
- Mastering ArcGIS Server Development with JavaScript
- WCF全面解析
- The Applied Data Science Workshop
- Mastering Vim
- BackTrack 5 Cookbook