A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pandas-dev/pandas/issues/4390 below:

iat/at broken for PeriodIndex · Issue #4390 · pandas-dev/pandas · GitHub

In [9]: s = Series(randn(10), index=period_range('1/1/2001', periods=10))

In [10]: s
Out[10]:
2001-01-01   -0.677
2001-01-02    0.058
2001-01-03   -1.200
2001-01-04   -1.152
2001-01-05   -2.646
2001-01-06   -1.068
2001-01-07   -1.232
2001-01-08    0.452
2001-01-09    0.476
2001-01-10   -1.387
Freq: D, dtype: float64

In [11]: s.iat[0] # throws a KeyError

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4