Answers for "get several specific colomn row panda"

0

get only every 2 rows pandas

df.iloc[::5, :]
Posted by: Guest on May-03-2021

Python Answers by Framework

Browse Popular Code Answers by Language