python-package/lets_plot/geo_data_internals/constants.py (10 lines of code) (raw):

# Copyright (c) 2021. JetBrains s.r.o. # Use of this source code is governed by the MIT license that can be found in the LICENSE file. DF_COLUMN_ID = 'id' DF_COLUMN_POSITION = 'position' DF_COLUMN_LIMIT = 'limit' DF_COLUMN_CENTROID = 'centroid' DF_COLUMN_FOUND_NAME = 'found name' DF_COLUMN_HIGHLIGHTS = 'highlights' DF_COLUMN_CITY = 'city' DF_COLUMN_COUNTRY = 'country' DF_COLUMN_STATE = 'state' DF_COLUMN_COUNTY = 'county'