Skip to Content
Hands-On Financial Trading with Python
book

Hands-On Financial Trading with Python

by Jiri Pik, Sourav Ghosh
April 2021
Intermediate to advanced
360 pages
6h 24m
English
Packt Publishing
Content preview from Hands-On Financial Trading with Python

Chapter 2: Exploratory Data Analysis in Python

This chapter focuses on exploratory data analysis (EDA), which is the first step in processing any dataset. The objective of EDA is to load data into data structures most suitable for further analysis to identify and rectify any wrong/bad data and get basic insight into the data—the types of fields there are; whether they are categorical or not; how many missing values there are; how the fields are related; and so on.

These are the main topics discussed in this chapter:

  • Introduction to EDA
  • Special Python libraries for EDA

Technical requirements

The Python code used in this chapter is available in the Chapter02/eda.ipynb notebook in the book's code repository.

Introduction to EDA

EDA is the process ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Algorithmic Trading with Python

Hands-On Algorithmic Trading with Python

Deepak K. Kanungo

Publisher Resources

ISBN: 9781838982881Supplemental Content