Python中的时区列出了一个城市清单
我有一个想要提取时区的城市列表。我能够获取每个城市的坐标,并且我知道分别获取每个城市时区的代码。希望有人可以帮助我循环遍历数据集中的城市以获取时区,这样我就不必执行此练习 540 次。
I have a list of cities for which I would like to extract the timezone. I am able to get the coordinates for each of these cities and I know the code to get the timezone for each of the cities individually. Hoping someone can help me loop through the cities in a dataset to get the timezones, so i don't have to do this exercise 540 times.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您可以使用 tzwhere 和 pytz。
上面的代码将打印:
You can use tzwhere and pytz for this.
The code above would print: