Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: pd.frequency.get_offset cache may be overwritten #11192
Comments
sinhrks
added Bug Frequency
labels
Sep 26, 2015
sinhrks
added this to the
0.17.1
milestone
Sep 26, 2015
|
yeh these are class properties, but |
|
From what I've seen, there is no function uses freq taken from
Above repr difference is caused by Maybe we can cleanup freq-retrieving functions in |
sinhrks commentedSep 26, 2015
Because
frequencies.get_offsetmay be broken by user operation because of its cache.https://github.com/pydata/pandas/blob/master/pandas/tseries/frequencies.py#L515
It should return a copy of the cache.