Answers for "ignore first 2 rows pandas"

0

remove first 2 rows in pandas

df = df.iloc[3:]
Posted by: Guest on February-24-2021

Python Answers by Framework

Browse Popular Code Answers by Language