- Python Data Analysis Cookbook
- Ivan Idris
- 288字
- 2021-07-14 11:05:33
Preface
"Data analysis is Python's killer app"
--Unknown
This book is the follow-up to Python Data Analysis. The obvious question is, "what does this new book add?" as Python Data Analysis is pretty great (or so I like to believe) already. This book, Python Data Analysis Cookbook, is targeted at slightly more experienced Pythonistas. A year has passed, so we are using newer versions of software and software libraries that I didn't cover in Python Data Analysis. Also, I've had time to rethink and research, and as a result I decided the following:
- I need to have a toolbox in order to make my life easier and increase reproducibility. I called the toolbox dautil and made it available via PyPi (which can be installed with
pip
/easy_install
). - My soul-searching exercise led me to believe that I need to make it easier to obtain and install the required software. I published a Docker container (pydacbk) with some of the software we need via DockerHub. You can read more about the setup in Chapter 1, Laying the Foundation for Reproducible Data Analysis, and the online chapter. The Docker container is not ideal because it grew quite large, so I had to make some tough decisions. Since the container is not really part of the book, I think it will be appropriate if you contact me directly if you have any issues. However, please keep in mind that I can't change the image drastically.
- This book uses the IPython Notebook, which has become a standard tool for analysis. I have given some related tips in the online chapter and other books I have written.
- I am using Python 3 with very few exceptions because Python 2 will not be maintained after 2020.
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Android Wearable Programming
- Spring技術內幕:深入解析Spring架構與設計
- INSTANT MinGW Starter
- C/C++常用算法手冊(第3版)
- Learn WebAssembly
- Monitoring Elasticsearch
- 深入淺出RxJS
- 速學Python:程序設計從入門到進階
- Python機器學習之金融風險管理
- GameMaker Essentials
- 跟戴銘學iOS編程:理順核心知識點
- OpenCV 3.0 Computer Vision with Java
- Spring Boot 2+Thymeleaf企業應用實戰
- C語言從入門到精通(第5版)