I have this pandas dataframe which I converted from a polygon( with latitudes and longitudes).I need to separate this into rows (each row with one lat and long pair). Can anyone please help.
Thanks.
I just need an index and evert lat-long pair in each row.
I tried other stack overflow solutions but not able to resolve this