Nineya
Home
Blog
Pandas The use of USFederalHolidayCalendar will result in incorrect behavior
2025-02-08 22:41:24
1385
The definition of the USFederalHolidayCalendar is not correct. from pandas.tseries.holiday import USFederalHolidayCalend...
Pandas BUG: can't resample with non-nano dateindex, out-of-nanosecond-bounds
2025-02-08 22:41:17
9289
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: pct_change with fill_method=None isn't tested nor covered by type hints
2025-02-08 22:41:12
1282
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Indexing with pd.Float(32|64)Dtype indexes is different than with numpy float indexes
2025-02-08 22:41:06
6154
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: to_datetime()'s origin does not use unit specified in the parameter
2025-02-08 22:41:01
3479
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas Implement sort=True for Index setops
2025-02-08 22:40:56
5108
https://github.com/pandas-dev/pandas/pull/25063 made the 0.24.x sort=True behavior be enabled by sort=None. This allows ...
Pandas ENH: Support "std" aggregation in groupby for groupby datetime column
2025-02-08 22:40:51
4019
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: iterparse on read_xml overwrites nested child elements
2025-02-08 22:40:46
6265
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas "Memoize" computations with hash table in pandas.core.strings
2025-02-08 22:40:42
293
Avoid memory bloat by keeping a table of object ids observed. Will require some Cython codeComment From: jbrockmendel@mr...
Pandas REGR: ImportError on other dbapi2 connections when sqlalchemy is not installed
2025-02-08 22:40:36
13867
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: Propotionate stratified subsampling
2025-02-08 22:40:31
2973
Feature Type[X] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas KeyError on slicing with datetime or pandas.Timestamp
2025-02-08 22:40:26
7304
related #6066 (on Float64Index too)The 'KeyError' on slicing was discussed multiple times but I'm still not sure if the ...
Pandas API - consistent return types from all inconsistent index setops
2025-02-08 22:40:21
1069
Code Sample, a copy-pastable example if possibleimport pandas.util.testing as tmtm.makeFloatIndex().difference(tm.makeSt...
Pandas ENH: sort=bool keyword argument for index.difference
2025-02-08 22:40:16
1412
I often want to remove certain elements from an index while retaining the original ordering of the index. For this reaso...
Pandas ENH: Add sort parameter to other set operations if possible
2025-02-08 22:40:11
1682
As part of #22811 I added a sort parameter to the difference set operation with a default of True. The other set operati...
Pandas BUG: agg ignores args/kwargs when giving a list-like argument
2025-02-08 22:40:05
935
I think the expected value of (a, b) in the function below is (5, 6).def foo(x, a=1, b=2): print(a, b) return xdf ...
Pandas Shifting GroupBy Object with freq inserts unwanted index level
2025-02-08 22:40:00
4961
IMO somewhat unexpected behavior depending on the arguments provided to shift after a groupby:In [26]: ser = pd.Series(r...
Pandas ENH: optimized Groupby.diff()
2025-02-08 22:39:55
2513
Is your feature request related to a problem?Doing groupby().diff() with a big dataset and many groups is quite slow. In...
Pandas BUG: mi groupby + apply, incompatible index of inserted column with frame index
2025-02-08 22:39:24
4073
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas CI: codecov for pyx files
2025-02-08 22:39:19
629
Is your feature request related to a problem?cython supports line coverage but pyx files are currently not included in t...
上一页
下一页
1
…
145
146
147
148
149
…
2246
.