I am new to python and i am trying to import a set of x,y coordinates from excel file into python.
Each column has data in this format - ('1050','728') to multiple rows with shape size of almost (Rows = 34, columns = 10)
How can i import this in tuple/list or data frame in - (x,y) format