Pandas ENH: read_excel is annoying -- prints all the sheet names

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas BUG: DataFrameSubClass.groupby() doesn't use methods of subclass

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUILD: ImportError in instalation.

Installation check[X] I have read the installation guide.PlatformWindows-10-10.0.19045-SP0Installation Methodpip install...

Pandas BUG: ArrowExtensionArray logical_op not working in all directions

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: DataFrame.style displays wrong value for long integers

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas ENH: Currently, the transform() method only allows users to normalize across the entire DataFrame

Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas ENH: We need to have 'count' as default for aggfunc parameter under 'pivot_table'

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[X] Removing existing fun...

Pandas BUG: DatetimeTZDtype.base always returns dtype with ns resolution

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas Silent failure on column reassignment

Code Sample, a copy-pastable example if possibleIn [1]: import pandas as pd# Create example dataframeIn [2]: df = pd.Dat...

Pandas Multilevel Column Index Assignment Doesn't Work

import pandas as pdpd.set_option('display.max_columns', None)idx = pd.IndexSlicedf = pd.DataFrame(index=pd.Index([pd.Tim...

Pandas REGR: setting column with setitem should not modify existing array inplace

So consider this example of a small dataframe with a nullable integer column:def recreate_df(): return pd.DataFrame({...

Pandas API: Add pandas.api.typing

Revision 2:Currently many intermediate classes can only be found in pandas.core, for example DataFrameGroupBy and Series...

Pandas PERF: dtype checks

At the sprint there was some discussion of optimization and python call stacks. One place where we do many tiny calls i...

Pandas BUG: groupby.resample index is 32-bit on 64-bit Windows when grouping by Python ints

In the code below, the first level of the index of result comes out as a 32-bit integer on 64-bit Windows. On 64-bit Lin...

Pandas BUG: Rolling std() error

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas ENH: Index should have diff() method

Comment From: jbrockmendelAlso roundComment From: jorisvandenbosscheIn addition to numeric indices, this would also be u...

Pandas DEPR: groupby with as_index=False doesn't add grouper as column when passing a Series as group key

I don't know if this is strictly speaking a but (the documentation doesn't really specify it), but I would have expected...

Pandas ENH: Clearer error messaging when pd.DataFrame.to_sql() receives an empty string for name param

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas BUILD: Unable to install Pandas using poetry v1.4.2

Installation check[X] I have read the installation guide.PlatformWindows-7-6.1.7601-SP1Installation MethodOtherpandas Ve...

Pandas Indexing bug with Sparse DataFrames and column names not starting with 0

Code Sample, a copy-pastable example if possibleimport pandas as pdimport numpy as npary = np.array([ [1, 0, 0, 3], ...
上一页 下一页
.