Pandas The use of USFederalHolidayCalendar will result in incorrect behavior

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

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

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

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

[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

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

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

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

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

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

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

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

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

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

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

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

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()

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

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

Is your feature request related to a problem?cython supports line coverage but pyx files are currently not included in t...
上一页 下一页
.