Concept Flow - Defining structured dtypes
Start: Define dtype fields
Create structured dtype
Create array with dtype
Access fields by name
Use fields for analysis
End
We first define the fields and their types, then create a structured dtype. Next, we make an array using this dtype, access fields by name, and use them for analysis.