Pandas CI: numpy dev build seems broken

It looks like as there is something offhttps://github.com/pandas-dev/pandas/actions/runs/4253497124/jobs/7398447087Comme...

Pandas PERF: DataFrame.round() unnecessarily slow copared to np.round()

Code Sample, a copy-pastable example if possibleimport pandas as pdimport numpy as npnp_df = np.random.randn(10000, 4000...

Pandas ENH: Better error message when interpolating dtype integer with method="linear"

Is your feature request related to a problem?When trying to interpolate a column with dtype integer with method="linear"...

Pandas df.plot bars with different colors depending on values

I found a strange behavior with pandas.plot colors my version of pandas isimport pandas as pdpd.__version__'0.20.3'Probl...

Pandas incorporate user defined offsets as aliases

http://stackoverflow.com/questions/12979062/using-a-custom-offset-alias-in-pandasI'm thinking:@offset_aliasclass CustomO...

Pandas BUG: pivot_table with margins=True changes dtypes of dates

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

Pandas REGR: casting datetime strings with offzet to tz-naive datetime64 fails

On pandas 1.5 (so no deprecation warning):>>> pd.Index(['2021-01-01 00:00:00+01:00', '2021-01-02 00:00:00+01:00...

Pandas resampling closed='left' incorrect ?

Hi,Coming back to issue #2665, I'm still not convinced that the closed-argument of the resampling function does what it ...

Pandas DOC:fix EX02 plot.line and parallel_coordinates

Hi I'm going to work on:pandas.plotting.parallel_coordinatesandpandas.DataFrame.plot.lineOriginally posted by ...

Pandas BUG: to_csv date_format is not taken into account for PeriodArrays

First reported in https://github.com/pandas-dev/pandas/pull/51459Pandas version checks[X] I have checked that this issue...

Pandas BUG: inferring incorrect datetime format

dtstr = "2014 Jan 9 05:15 FAKE"arg = np.array([dtstr], dtype=object)>>> pd.core.tools.datetimes._gues...

Pandas Timezones silently dropped in parsing

TLDR: pandas should pass a tzinfos kwarg to the dateutil parser using sensible defaults.dateutil has a bug that silently...

Pandas Incorrect resampling from hourly to monthly values

EDIT: Modern reproducible example:In [1]: import pandas as pdIn [2]: dates = pd.date_range('3/20/2000', '5/20/2000', fre...

Pandas Strategies for semiannual frequency data

http://stackoverflow.com/questions/13384795/using-built-in-pandas-frequencies-to-simulate-semiannual-frequencyComment Fr...

Pandas More flexible binning/aggregation of time series data

from mailing listI have TimeSeries that has observations at the second level:mport pandas as pdimport numpy as nprng = p...

Pandas pivot tables should provide "weighted" statistics

It would be really nice to allow for a weight argument to be passed to allow computatio of weighted statistics (mean, m...

Pandas ENH: add level kw to .between_time, at_time, asfreq

http://stackoverflow.com/questions/13030245/how-to-shift-a-pandas-multiindex-seriesComment From: changhiskhanCan potenti...

Pandas DOC: Set value for undefined variables in examples

xref #22900Ideally we'd like to make all the examples in our documentation runnable. Seems like in some cases we're usin...

Pandas ENH: to_numeric on dataframe

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

Pandas PERF: groupbys much slower than on v1.5.2

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