output what i am getting in the dataframe
col1 col2 col3 col4
abc 25 35
abc asd 25 45
def 15 36
erf 23 69
erf asd 25 36
erf dfg 85 78
Convert like this
1. col1 col2 col3 col4
2.
3. abc 25 35
4. abc asd 25 45
5. abc def 15 36
6.
7. def erf 23 69
8.
8. erf asd 25 36
9. erf dfg 85 78
10 erf fgh 78 89
I need a blank observation at 2 6 and 8. Is there any option?