Dataframe does not use loc/iloc to select index

print(df2['two': 'three'])
[out]:
      char  int  float
two      b   20    2.2
three    c   30    3.3

Insert picture description here
Retrieved from: https://blog.csdn.net/fantine_deng/article/details/105130904

Guess you like

Origin blog.csdn.net/Caiqiudan/article/details/110506527