- Learning pandas(Second Edition)
- Michael Heydt
- 119字
- 2021-07-02 20:37:08
Summary
In this chapter, we installed the Anaconda Scientific version of Python. This also installs pandas and Jupyter Notebook, setting you right up with an environment for performing data manipulation and analysis, along with creating notebooks to visualize, present, and share your analyses.
We also took an introductory look at the pandas Series and DataFrame objects, demonstrating some of the fundamental capabilities. This exposition showed you how to perform a few basic operations that you can use to get up and running with pandas prior to diving in and learning all the details.
In the next several chapters, we will dive deep into the operations of the Series and DataFrame, with the next chapter focusing specifically on the Series.
推薦閱讀
- 自己動手寫Java虛擬機
- Magento 2 Development Cookbook
- Mathematica Data Analysis
- 西門子S7-200 SMART PLC編程從入門到實踐
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 持續輕量級Java EE開發:編寫可測試的代碼
- JavaScript腳本特效編程給力起飛
- R Data Science Essentials
- Illustrator CS6設計與應用任務教程
- Mastering Elixir
- Java 9 Programming By Example
- Learning Python Data Visualization
- 從零開始學UI:概念解析、實戰提高、突破規則
- Python第三方庫開發應用實戰
- Tkinter GUI Programming by Example