Nineya
Home
Blog
Pandas BUG: Mypy fails for pandas.core.dtypes.cast.find_common_type in python 3.8
2025-02-08 22:20:19
2662
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: groupby.max() should not cast int to int64 but keep original data type
2025-02-08 22:20:13
3915
Is your feature request related to a problem?In pandas version 1.2.5., using groupby.max() on a large matrix of int8 dat...
Pandas to_datetime() functions different values on passing arguments such as infer_from_format and errors
2025-02-08 22:20:09
3178
I have a dataset with nans as dates and other dates represented as str in format dd/mm/yyyy.The max date in the dataset ...
Pandas BUG: from_dummies can't round trip when sparse=True
2025-02-08 22:20:03
4124
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Column-major DataFrames stored in HDFStore are returned as row-major
2025-02-08 22:19:58
2405
Code Sample, a copy-pastable example if possibleimport pandas as pddf = pd.DataFrame({ 'a': [1, 2, 3, 4], 'b': ['f...
Pandas BUG: ValueError converting dense categorical series to sparse when fill_value not in series
2025-02-08 22:19:53
9082
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Float conversion makes fillna lossy
2025-02-08 22:19:48
2373
For int64 data near the int64 implementation bounds, astype('float64') or ensure_float64 is lossy. The motivating case ...
Pandas BUG: behaviour of fillna(NaN) for nullable dtype (or, how to fill nullable array with NaN)
2025-02-08 22:19:44
5276
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas PERF: improve Integer/BooleanArray astype to numeric dtypes
2025-02-08 22:19:39
981
Currently, in the IntegerArray or BooleanArray astype, we first convert to object dtype, and then convert to the request...
Pandas ENH: Should pandas.CategoricalDtype use pandas.NA as the sentinel value instead of float('nan') ?
2025-02-08 22:19:34
623
Almost all of the the new nullable data types (which are incredibly useful btw.) seem to use pd.NA as the null-value.How...
Pandas BUG: warn=True parameter in pd.infer_freq() does not prevent raising a ValueError as expected
2025-02-08 22:19:29
3038
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas API: Specify the behaviour for operating on empty objects
2025-02-08 22:19:24
8620
There isn't an issue for empty inputs. There is a need to specify the behaviour for empty input. Note that “empty” input...
Pandas BUG: Inconsistent return type of df.apply on empty df
2025-02-08 22:19:04
4499
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DatetimeIndex.to_period does not support multiple of frequencies
2025-02-08 22:19:00
4492
The code below is the simplest way I found to "snap" a DateTimeIndex to some "frequency" (is there any better way?). I w...
Pandas STYLE: Prohibit parsing exeption messages in try/except code flows
2025-02-08 22:18:55
1717
There are a few spots in the code base where we parse exception message to rewrite a new exception message or dictate fa...
Pandas newline defaults for read_csv and write_csv are not consistent
2025-02-08 22:18:51
5976
It's possible to write out a CSV file using the default settings (i.e., line_terminator='\n' in DataFrame.to_csv) that c...
Pandas DOC: How to install nightly pandas wheels
2025-02-08 22:18:47
4917
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas col.replace(dict) takes too much memory
2025-02-08 22:18:42
12758
I've code which run fine about ~10 month ago and now fails due to running out of memory. The code basically does this:gr...
Pandas BUG: .max() gives wrong answer for non-nanosecond datetimeindex
2025-02-08 22:18:32
2346
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas PERF: assigning in a for loop
2025-02-08 22:18:26
5995
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...
上一页
下一页
1
…
156
157
158
159
160
…
2246
.