November 2018
— I need this>>> [['44.781848' '20.417036'] ['44.798537' '20.463362'] ['44.831652' '20.225667'] ['44.817959' '20.457271']]
Message permanent page
And I am getting this >>> array([['44.779621', '20.415589'], ['44.760603', '20.414296'], ['44.749632', '20.422129']], dtype='<U9')
— How did you get it?
— I made a dict and called by index
— But it is too dumb
— And too long
— Not index called the key
— Brain is potato right now
— What the heck is this?
— Lat and lng
— Store it in a var and do var[0]
var[0]
— Tried that looks ugly too