MAP. map_data = pd.DataFrame( np.random.randn(1000, 2) / [80, 10] + [-6.174023, 106.825733], columns=['lat', 'lon']). st.map(map_data) ...
確定! 回上一頁