iclientpy.jupyter package¶
Subpackages¶
- iclientpy.jupyter.widgets package
- Submodules
- iclientpy.jupyter.widgets.basesetting module
- iclientpy.jupyter.widgets.cloudtilelayer module
- iclientpy.jupyter.widgets.echartslayer module
- iclientpy.jupyter.widgets.heatlayer module
- iclientpy.jupyter.widgets.mapview module
- iclientpy.jupyter.widgets.mapvlayer module
- iclientpy.jupyter.widgets.portalthumbnail module
- iclientpy.jupyter.widgets.ranksymbolthemelayer module
- iclientpy.jupyter.widgets.sparkjobstate module
- iclientpy.jupyter.widgets.tilemaplayer module
- Module contents
Submodules¶
iclientpy.jupyter.units module¶
-
iclientpy.jupyter.units.
convert_data_frame_to_dataset
(data, lng_key=0, lat_key=1, value_key=2)[源代码]¶ 将pandas的dataframe类型转为mapv数据需要的dataset类型
参数: - data -- dataframe的数据
- lng_key -- 经度的key
- lat_key -- 纬度的key
- value_key -- 目标值的key
返回: 返回dataset类型数据