Q:

remove index in pd.read

>>> df.reset_index(drop=True)
    class  max_speed
0    bird      389.0
1    bird       24.0
2  mammal       80.5
3  mammal        NaN
5
 df.to_csv(filename, index=False)
1

New to Communities?

Join the community