Pandas BUG: Series dtype 'binary[pyarrow]' trimms zeros at the end of byte array

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

Pandas BUG: configparser.NoSectionError: No section: 'versioneer'

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

Pandas BUG: openpyxl 3.1.1 breaks pandas read_excel

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

Pandas PERF: Series + range

In [5]: ser = pd.Series(0, index=range(10_000_000))In [6]: %timeit ser + range(len(ser))737 ms ± 15.8 ms per loop (mean ...

Pandas Floating point precision in DataFrame.to_csv

http://stackoverflow.com/questions/12877189/float64-with-pandas-to-csvWhat does R (or others) do?Comment From: pmorisset...

Pandas BUG: astype() fails when converting naive Timestamps to sparse format

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

Pandas DOC: clarify "inplace"-ness of DataFrame.setitem

The docstring of DataFrame.isetitem (https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.isetitem.html) has th...

Pandas PERF: parallelize libjoin calls

import numpy as npimport pandas as pdimport pandas._libs.join as libjoinleft = np.random.randint(0, 10**8, size=10**8)ri...

Pandas QST: int type data with None value transfer to dataframe, this int data set will transfer to float data column with pd.nan

Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...

Pandas DOC: DataFrame.count_values supports single label

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

Pandas read_excel crashes python for certain files

import pandaspandas.read_excel('pandas_crash.xlsx')pandas_crash.xlsx crashes the Python process.Output of pd.show_versio...

Pandas PERF: using _reduce_axis1 to improve perf in df.sum,min, max with axis=1

DataFrame reductions with axis=1 can be expensive when there is more than 1 backing array. _reduce_axis1 improves on th...

Pandas BUG: DataFrame.min(axis=1) raises FutureWarning for timezone aware datetimes and returns wrong results

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

Pandas BUG: DataFrame reductions with object dtype and axis=1

In pandas 1.5.x and before, the dtype of the result is different when using axis=1:df = pd.DataFrame({'a': [1, 2, 3], 'b...

Pandas BUG: .mode with pyarrow dtypes ignores dropna

ser = pd.Series([1, 1, None, None], dtype="int64[pyarrow]")ser.mode(dropna=True)ser.mode(dropna=False)With eit...

Pandas WEB: use sphinx to render the PDEPs

Currently the online version of the PDEPs (linked on https://pandas.pydata.org/about/roadmap.html) are rendered by the w...

Pandas BUG: to_csv fails when exporting to an AWS S3 bucket

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

Pandas Instructions for checking typing of code cause pylint and autotyping to run

At https://pandas.pydata.org/docs/dev/development/contributing_codebase.html#validating-type-hints we tell people to val...

Pandas BUG: style.format na_rep raises error with list elements

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

Pandas ENH: let date_format take a mapping of columns to formats

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