...

/

Introduction

Introduction

An overview of data processing and the NumPy library.

In this chapter, you'll learn how to perform data processing and manipulation using NumPy.

A. Data processing

When asked about Google's model for success, Peter Norvig, the director of research at Google, famously stated,

"We don't have better algorithms than anyone else; we just have more data."
Though probably an understatement (given the amount of talent employed at Google), the ...