Pandas BUG: Mypy fails for pandas.core.dtypes.cast.find_common_type in python 3.8

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

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

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

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

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

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

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)

[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

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') ?

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

[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

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

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

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

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

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

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

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

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

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