I have a CSV file which basically contains this info (Pandas dataframe in Python):
I uploaded it to Kepler.gl to visualize the data, but the site doesn't read the coordinates.
Could it be because of the type of the data?
user_home_lat float64
user_home_long float64
dtype: object
Or any other reason?
Thanks.