【发布时间】:2019-11-02 07:39:17
【问题描述】:
我有一个从加拿大统计局获得的 GEOJSON 代码,我正在尝试在其中输入一些数据。
这是我的 geojson 代码
{ "type": "Feature","properties": {"name": "001", "ivl_a": 1.1, "ivl_f": 0.3, "differentiel": 1.5...
{ "type": "Feature","properties": {"name": "002", "ivl_a": 1.1, "ivl_f": 0.3, "differentiel": 0.4...
{ "type": "Feature","properties": {"name": "003", "ivl_a": 1.1, "ivl_f": 0.3, "differentiel": 0.4...
我想用 Excel 列中的数据替换 ivl_a、ivl_f 和 differentiel 的数据。
我该怎么做?
【问题讨论】:
标签: python statistics geojson imputation