I found the following code:
df.to_records(index=False)
I am trying to understand what he is doing. I found this page that says:
Convert a DataFrame to an array record. The index will be placed in the index field of the array of records, if requested
This does not help, because I do not know what it means record array. I type df before and after to_records. On the screen, I do not see the difference.
record array
to_records
numpy (. ). FWIW, , DataFrame , , . , , .
numpy
DataFrame
df, to_records df , .
df
ra = df.to_records(index=False) print ra
, .