- Learn Python by Building Data Science Applications
- Philipp Kats David Katz
- 41字
- 2021-06-24 13:06:08
Useful functions to use with data structures
There are a few functions and interfaces that are useful for working with data, from simple ones such as sum, max, and min, to complex ones such as zip, map, filter, and reduce.