df.drop(df.head(1).index,inplace=True)
df.drop(df.tail(1).index,inplace=True)
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
Go to list of users who liked
df.drop(df.head(1).index,inplace=True)
df.drop(df.tail(1).index,inplace=True)
Register as a new user and use Qiita more conveniently
Go to list of users who liked