Pandas BUG: trying to assign to a dataframe with a boolean index fails with boolean dtype

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

Pandas BUG: fillna('') on a Int64 column causes TypeError: <U3 cannot be converted to an IntegerDtype

[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...

Pandas CI/DOC/DEPS: Unpin aiobotocore in environment.yml for failing doc build

https://github.com/pandas-dev/pandas/runs/4101565310?check_suite_focus=true&gt;&gt;&gt;---------------------------------...

Pandas DOC: Signature information for groupby.aggregate does not include Named Aggregation

Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas BUG: TypeError when attempting to replace Nullable integer data type with a float value

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

Pandas ValueError on df.agg if a list of functions is given

Code Sampleimport numpy as npimport pandas as pd_arr = np.array([1,2,3,4,5,np.nan])_arr2 = np.array([1,2,3,4,5,7])df = p...

Pandas BUG: %Y%m%d format with errors='ignore' doesn't return input

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

Pandas BUG: not able to convert non-zero padded hour to timestamp.

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

Pandas Error with dayfirst option and extra spaces in dates

I found a bad behaviour for the dayfirst option in to_datetime. It's seems that dayfirst= True is only applied on the fi...

Pandas BUG: is ser[:2] with Int64Index positional or label-based

ser = pd.Series([3, 4, 5])&gt;&gt;&gt; ser[:2] # &lt;- should this behave like loc or iloc?&gt;&gt;&gt; ser.loc[:2]&gt;...

Pandas to_datetime gives todays date when coercing errors of time values

Code Sample, a copy-pastable example if possibleimport pandas as pdd = {'start_date': ['37:04.0', '55:20.0', '44:05.3', ...

Pandas DIS: Should the keyword use_nullable_dtypes use nullable dtypes in the absence of nulls

Currently the keyword use_nullable_dtypes(only implemented for read_parquet now) will use nullable dtypes for columns ev...

Pandas Some issues about processing empty strings into NaT when using pandas to_datetime

Code and results:import pandas as pddata = [{'dt': '2020-01-11T11:00:00'},{'dt': ''}, {'dt': '2021-04-19T10:00:00+08'}]d...

Pandas BUG: to_datetime(utc=False) inconsistent behaviour with mixed timezone-aware and naive with all strings args vs string and datetime.datetime args

From https://github.com/pandas-dev/pandas/pull/42494#discussion_r771594058Pandas version checks[X] I have checked that t...

Pandas REF: Move to_dict implementation to pandas.core.methods.to_dict

Ref: https://github.com/pandas-dev/pandas/pull/46487#pullrequestreview-1059398661For code organization, it'd be good to ...

Pandas BUG:

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

Pandas DEV pip install -r requirements-dev.txt takes...54 minutes?

Example from a CI run https://github.com/pandas-dev/pandas/actions/runs/3687244987/jobs/6240575739Logs show:2022-12-13T1...

Pandas WARN fixup warning in pandas/tests/apply/test_frame_apply.py

We're not (yet) running all tests with -W error, so some warnings slip through to CI. On the way towards that, let's fix...

Pandas BUILD: No module named 'pandas._libs.interval' after building container from .devcontainer.json

I cloned the repo and used the .devcontainer.json with VS Code to build a dev docker, on my Linux laptop. It seemed to ...

Pandas BUG: empty strings raise in non-ISO8601 formats but parse as NaT elsewhere

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