如何从List中删除匹配

时间:2016-12-23 16:19:22

标签: c# concurrentmodification

我需要从列表中删除匹配的元素。我怎样才能正确地做到这一点? 这是我的代码,但它崩溃了错误"收集被修改"。

import pandas as pd
string = "1900-01-01 00:00:00"
ts = pd.Timestamp(string, tz='US/Eastern')
print(ts)
# 1900-01-01 00:00:00-04:56

0 个答案:

没有答案