October 2019
Beginner to intermediate
498 pages
14h 13m
English
All of the examples in the Introducing the Python Collections chapter used small data sets so that we could concentrate on developing the statistical methods needed to analyze the data. We assumed that our data items were stored in lists, and we constructed our functions to process those lists accordingly. Now that we have those functions in place, we can turn our attention to using statistical tools to describe larger data sets.
We have already seen that Python provides some powerful collections in which to store and manipulate data. However, as the amount of data gets larger, it becomes more difficult to store the data in the collections for later processing. It would certainly be possible to have the ...
Read now
Unlock full access