Skip to Content
Python for Finance, 2nd Edition
book

Python for Finance, 2nd Edition

by Yves Hilpisch
December 2018
Beginner content levelBeginner
711 pages
15h 32m
English
O'Reilly Media, Inc.
Book available
Content preview from Python for Finance, 2nd Edition

Chapter 5. Data Analysis with pandas

Data! Data! Data! I can’t make bricks without clay!

Sherlock Holmes

This chapter is about pandas, a library for data analysis with a focus on tabular data. pandas is a powerful tool that not only provides many useful classes and functions but also does a great job of wrapping functionality from other packages. The result is a user interface that makes data analysis, and in particular financial analysis, a convenient and efficient task.

This chapter covers the following fundamental data structures:

Object type Meaning Used for

DataFrame

2-dimensional data object with index

Tabular data organized in columns

Series

1-dimensional data object with index

Single (time) series of data

The chapter is organized as follows:

“The DataFrame Class”

This section starts by exploring the basic characteristics and capabilities of the DataFrame class of pandas by using simple and small data sets; it then shows how to transform a NumPy ndarray object into a DataFrame object.

“Basic Analytics” and “Basic Visualization”

Basic analytics and visualization capabilities are introduced in these sections (later chapters go deeper into these topics).

“The Series Class”

This rather brief section covers the Series class of pandas, which in a sense represents a special case of the DataFrame class with a single column of data only.

“GroupBy Operations”

One of the strengths of the DataFrame class lies in grouping data according to a single or multiple ...

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

Python for Finance - Second Edition

Python for Finance - Second Edition

Yuxing Yan

Publisher Resources

ISBN: 9781492024323Errata Page