国家/地区印度的 alt.topo_feature 参数是什么

What is the alt.topo_feature parameter for country India

我正在使用 Altair python 库学习可视化。在示例部分,我看到了美国各州的代码。

states = alt.topo_feature(data.us_10m.url, feature='states')

我想知道是否同样适用于印度、巴西或中国等其他国家/地区。

我应该去哪里寻找其他国家的州?我想使用 Altair Python 的可视化库绘制可视化图

import altair as alt
states = alt.topo_feature(data.us_10m.url, feature='states')

data.us_10m 数据集包含 10-meter-resolution 处的美国各州和县的边界。如果您在互联网上搜索 "India topojson",您应该能够找到涵盖印度的合适数据集。