Aurora Blog
Home
Pandas Cython 3.0 Checklist
2025-07-16 14:06:14
7996
Collecting TODOs for once we bump to cython3:[x] use conditional nogil e.g. here[x] change labels.shape[0] -> len(lab...
Pandas BUG: ArrowStringArray.__setitem__ breaks views
2025-07-16 14:06:12
8577
arr = pd.array(['foo', 'bar'], dtype='string[pyarrow]')arr2 = arr[:]arr2[0] = 'baz'>>> arr<ArrowStringArray&...
Pandas ENH: PyPy Support
2025-07-16 14:06:10
6729
Tracker for getting PyPy support- [ ] Add PyPy wheels on MacPython/pandas-wheels and get them on PyPI(we have them alrea...
Pandas Roadmap page has numbered-only list when should be a mix of numbered and unnumbered
2025-07-16 14:06:06
303
about / roadmap page in the website shows a numbered list of 17 items and this doesn't seem to be the expected result by...
Pandas BUG: incorrect handling of line breaks in OdsWriter
2025-07-16 14:06:02
1677
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Calling pd.PeriodIndex constructor on pd.Index cannot infer frequency, while first calling pd.DateTimeIndex on pd.Index and calling .to_period() does work
2025-07-16 14:06:00
1664
I have the following pd.Index: Index(['2021-01-01', '2021-02-01', '2021-03-01', '2021-04-01', '2021-05-01', '2021-...
Pandas ENH: Extending EAs
2025-07-16 14:05:58
7576
On a call yesterday with some of the cuDF maintainers, the question came up of why they haven't implemented an Extension...
Pandas ENH: Inform on row & column of failed type conversion when parsing CSV files
2025-07-16 14:05:53
7973
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: Compatibility Issues of Numpy Methods with pd.NA in Styler.bar
2025-07-16 14:05:52
857
In PR #56341 , we've identified a compatibility issue in Styler.bar where numpy methods fail to properly handle pd.NA. R...
Pandas DOC: Fix docstring validation errors for pandas.core.groupby
2025-07-16 14:05:47
2490
Parent Issue: #58063pandas has a script for validating docstrings:https://github.com/pandas-dev/pandas/blob/6a7685faf104...
Pandas Writing data to mysql database using df.to_sql method gives exception
2025-07-16 14:05:46
1143
In my airflow project i am trying to load data to mysql database using df.to_mysql method but it gives me exceptionAttri...
Pandas ENH: access arrow-backed map as a python dictionary
2025-07-16 14:05:44
3733
Feature Type[x] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: Adding hint to to_sql
2025-07-16 14:05:40
578
Feature Type[ ] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: to_sql does gives incorrect column name for index when callable passed in to method
2025-07-16 14:05:38
9808
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Difference between calamine and openpyxl readers - columns with mixed data types
2025-07-16 14:05:36
4160
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: SQL connection
2025-07-16 14:05:34
5818
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: Add table prefixes to to_sql method
2025-07-16 14:05:32
1532
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: pd.to_sql(upsert=True, upsert_on_columns=['game_id'])
2025-07-16 14:05:30
4935
Feature Type[X] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: to_sql does not populate index column with a value when using the mssql+pyodbc engine
2025-07-16 14:05:28
7308
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: groupby.first() with None values fills None value with next row
2025-07-16 14:05:26
4316
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
109
110
111
112
113
…
271
.