what is number after the datatype of pandas series ¿

Viewed 11

If I run

a = [1,7,2] myvar=pd.Series(a) print(myvar)

this one, I got a matrix and "dtype:int64" what 64 means ?

0 Answers
Related