You can use the to_csv function on the subset of df.
to_csv
df
df.iloc[2].to_csv('path/myfile.csv')
1.4m articles
1.4m replys
5 comments
57.0k users