kepler.gl icon indicating copy to clipboard operation
kepler.gl copied to clipboard

[Bug] Loading dataframe is not working

Open curtis18 opened this issue 1 year ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: Run the demo in jupyter notebook

import pandas as pd import keplergl df = pd.read_csv('hex_data.csv') %run hex_config.py w1 = keplergl.KeplerGl(height=400, data={'data_1': df}, config=config) w1

Expected behavior expected a map with hex information is shown image

Screenshots But it shows nothing. If data={'data_1': df} is removed, a map can be displayed image

image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Chrome
  • Version: 116

curtis18 avatar Sep 19 '23 02:09 curtis18