Concept Flow - Type casting with astype()
Start with numpy array
Call astype() with target type
Create new array with new type
Use new array for further work
End
We start with a numpy array, call astype() to convert it to a new type, which creates a new array with that type for further use.