Nineya
Home
Blog
Pandas BUG: trying to assign to a dataframe with a boolean index fails with boolean dtype
2025-02-08 22:00:53
5699
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
2025-02-08 22:00:48
6458
[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
2025-02-08 22:00:42
8811
https://github.com/pandas-dev/pandas/runs/4101565310?check_suite_focus=true>>>---------------------------------...
Pandas DOC: Signature information for groupby.aggregate does not include Named Aggregation
2025-02-08 22:00:37
1383
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
2025-02-08 22:00:32
4648
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
2025-02-08 22:00:26
6879
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
2025-02-08 22:00:22
2230
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.
2025-02-08 22:00:18
7172
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
2025-02-08 22:00:13
3383
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
2025-02-08 22:00:08
4008
ser = pd.Series([3, 4, 5])>>> ser[:2] # <- should this behave like loc or iloc?>>> ser.loc[:2]>...
Pandas to_datetime gives todays date when coercing errors of time values
2025-02-08 22:00:03
4752
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
2025-02-08 21:59:58
1408
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
2025-02-08 21:59:54
3017
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
2025-02-08 21:59:49
4749
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
2025-02-08 21:59:45
1096
Ref: https://github.com/pandas-dev/pandas/pull/46487#pullrequestreview-1059398661For code organization, it'd be good to ...
Pandas BUG:
2025-02-08 21:59:41
4394
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?
2025-02-08 21:59:35
7100
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
2025-02-08 21:59:06
578
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
2025-02-08 21:59:02
1603
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
2025-02-08 21:58:58
4756
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
165
166
167
168
169
…
2246
.