Nineya
Home
Blog
Pandas BUG: Series dtype 'binary[pyarrow]' trimms zeros at the end of byte array
2025-02-08 22:46:04
3771
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'
2025-02-08 22:45:58
1504
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
2025-02-08 22:45:52
3033
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
2025-02-08 22:45:46
615
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
2025-02-08 22:45:39
5434
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
2025-02-08 22:45:33
6554
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
2025-02-08 22:45:24
1296
The docstring of DataFrame.isetitem (https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.isetitem.html) has th...
Pandas PERF: parallelize libjoin calls
2025-02-08 22:45:17
6258
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
2025-02-08 22:45:10
2603
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
2025-02-08 22:45:01
1165
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
2025-02-08 22:44:51
6074
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
2025-02-08 22:44:43
275
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
2025-02-08 22:44:38
3681
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
2025-02-08 22:44:33
3170
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
2025-02-08 22:44:25
462
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
2025-02-08 22:44:19
7150
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
2025-02-08 22:44:14
8611
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
2025-02-08 22:44:09
2568
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
2025-02-08 22:44:03
2725
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
2025-02-08 22:43:58
544
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
上一页
下一页
1
…
143
144
145
146
147
…
2246
.