================ by Jawad Haider
Chpt 1 - Introduction to Numpy¶
08 - Structured Data: NumPy’s Structured Arrays¶
Structured Data: NumPy’s Structured Arrays¶
While often our data can be well represented by a homogeneous array of
values,sometimes this is not the case.
This section demonstrates the use of NumPy’s struc‐ tured arrays and
record arrays, which provide efficient storage for compound,
heterogeneous data. While the patterns shown here are useful for simple
operations, scenarios like this often lend themselves to the use of
Pandas DataFrames.
Great Job! Thats the end of this part.¶
Don't forget to give a star on github and follow for more curated Computer Science, Machine Learning materials