官术网_书友最值得收藏!

Summary

In this chapter, we covered a lot of information related to the NumPy package, especially commonly used functions that are very helpful to process and analyze data in ndarray. Firstly, we learned the properties and data type of ndarray in the NumPy package. Secondly, we focused on how to create and manipulate an ndarray in different ways, such as conversion from other structures, reading an array from disk, or just generating a new array with given values. Thirdly, we studied how to access and control the value of each element in ndarray by using indexing and slicing.

Then, we are getting familiar with some common functions and operations on ndarray.

And finally, we continue with some advance functions that are related to statistic, linear algebra and sampling data. Those functions play important role in data analysis.

However, while NumPy by itself does not provide very much high-level data analytical functionality, having an understanding of it will help you use tools such as Pandas much more effectively. This tool will be discussed in the next chapter.

Practice exercises

Exercise 1: Using an array creation function, let's try to create arrays variable in the following situations:

  • Create ndarray from the existing data
  • Initialize ndarray which elements are filled with ones, zeros, or a given interval
  • Loading and saving data from a file to an ndarray

Exercise 2: What is the difference between np.dot(a, b) and (a*b)?

Exercise 3: Consider the vector [1, 2, 3, 4, 5] building a new vector with four consecutive zeros interleaved between each value.

Exercise 4: Taking the data example file chapter2-data.txt, which includes information on a system log, solves the following tasks:

  • Try to build an ndarray from the data file
  • Statistic frequency of each device type in the built matrix
  • List unique OS that appears in the data log
  • Sort user by provinceID and count the number of users in each province
主站蜘蛛池模板: 富裕县| 临沧市| 宕昌县| 宣武区| 望谟县| 乡城县| 株洲市| 陕西省| 阿坝县| 靖安县| 锦州市| 阜新市| 保康县| 容城县| 娄底市| 闸北区| 新疆| 易门县| 嘉善县| 鲁甸县| 金川县| 临高县| 乳源| 宜丰县| 宜都市| 荃湾区| 玛曲县| 酒泉市| 呼图壁县| 石景山区| 博客| 邯郸县| 贵德县| 区。| 井研县| 会同县| 响水县| 龙胜| 攀枝花市| 新野县| 曲阜市|