- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 300字
- 2021-06-24 16:44:45
To get the most out of this book
All the EDA activities in this book are based on Python 3.x. So, the first and foremost requirement to run any code from this book is for you to have Python 3.x installed on your computer irrespective of the operating system. Python can be installed on your system by following the documentation on its official website: https://www.python.org/downloads/.
Here is the software that needs to be installed in order to execute the code:
Software/hardware covered in the book OS requirements
Python 3.x Windows, macOS, Linux, or any other OS
Python notebooks There are several options:
Local: Jupyter: https://jupyter.org/
Local: https://www.anaconda.com/distribution/
Online: https://colab.research.google.com/
Python libraries NumPy, pandas, scikit-learn, Matplotlib, Seaborn, StatsModel
We primarily used Python notebooks to execute our code. One of the reasons for that is, with them, it is relatively easy to break code into a clear structure and see the output on the fly. It is always safer to install a notebook locally. The official website holds great information on how they can be installed. However, if you do not want the hassle and simply want to start learning immediately, then Google Colab provides a great platform where you can code and execute code using both Python 2.x and Python 3.x with support for Graphics Processing Units (GPUs) and Tensor Processing Units (TPUs).
If you are using the digital version of this book, we advise you to type the code yourself or access the code via the GitHub repository (link available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.
- C++ Primer習(xí)題集(第5版)
- Programming ArcGIS 10.1 with Python Cookbook
- 程序員考試案例梳理、真題透解與強化訓(xùn)練
- Java程序設(shè)計與實踐教程(第2版)
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- 21天學(xué)通C++(第5版)
- Unity 2018 Augmented Reality Projects
- C指針原理揭秘:基于底層實現(xiàn)機(jī)制
- MySQL 8從零開始學(xué)(視頻教學(xué)版)
- 大數(shù)據(jù)時代的企業(yè)升級之道(全3冊)
- Docker:容器與容器云(第2版)
- UML基礎(chǔ)與Rose建模實用教程(第三版)
- Java高手是怎樣煉成的:原理、方法與實踐
- Offer來了:Java面試核心知識點精講(框架篇)
- Instant Pygame for Python Game Development How-to