Nineya
Home
Blog
Pandas ENH: specify a start and end row for read_json when lines=True
2025-02-10 00:01:53
1647
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas STYLE use TypeAlias and upgrade ruff
2025-02-10 00:01:48
10760
The latest autoupdate job removes some useful type aliases definitionsAs noted by @twoertwein , this is because we haven...
Pandas ENH: Add one more parameter to pd.replace to ignore some columns
2025-02-10 00:01:43
1164
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: pd.read_html returns ssl.SSLCertVerificationError and urllib.error.URLError
2025-02-10 00:01:39
6256
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG - PeriodIndex.freq.normalize option gets cached per process
2025-02-10 00:01:34
717
It seems that whatever normalize option is first called for a PeriodIndex freq it is used for the rest of the process (o...
Pandas PERF: pandas read html code is taking too long
2025-02-10 00:01:30
4170
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...
Pandas BUG: ValueError when looking up docstring
2025-02-10 00:01:22
8707
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG:
2025-02-10 00:00:54
2851
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DEPR: pandas.io
2025-02-10 00:00:49
1709
Similar to https://github.com/pandas-dev/pandas/issues/27522.Currently we document pandas.io as:In addition, public func...
Pandas ENH: Interval type should support intersection, union & overlaps & difference
2025-02-10 00:00:42
6495
Problem descriptionWe have the Interval type in pandas, which is extremely useful, however the standard interval arithme...
Pandas BUG: does not change column type when using .loc & to_datetime
2025-02-10 00:00:39
2704
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: fixed length string data type specifiers, are ignored on astype calls, if they are passed in a dictionary
2025-02-10 00:00:35
2931
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas Dataframe.sum() returns an error with MultiIndex columns and skipna=False
2025-02-10 00:00:28
5158
Code Sample, a copy-pastable exampleimport pandas as pdimport numpy as npiterables = [['bar', 'baz'], ['one', 'two'], ['...
Pandas PERF: Memory leaks after migrating from 0.25.3 to 1.1.3
2025-02-10 00:00:25
2865
hi,Code Sample, step = 100 requestlist = [] headers = {'Content-type': 'application/json', 'Accept'...
Pandas BUG:dataframe to_sql using cx_Oracle
2025-02-10 00:00:22
1343
[x ] I have checked that this issue has not already been reported.[ x] I have confirmed this bug exists on the latest ve...
Pandas ENH: Add Option to .plot.scatter to Label the Points based on Index name or supplied sequence
2025-02-10 00:00:19
1507
Is your feature request related to a problem?I just had to generate a scatter plot with labels for the points, and was s...
Pandas CI: exclude directories from ci/code_checks.sh
2025-02-10 00:00:15
670
I'm using a virtual environment to contribute to pandas that sits in a venv directory in the repository root. When I run...
Pandas TestUltraJSONTests.test_dumps_ints_larger_than_maxsize fails for 32-bit
2025-02-10 00:00:11
1190
test_dumps_ints_larger_than_maxsize is failing on the MacPython 32-bit tests: https://dev.azure.com/pandas-dev/pandas-wh...
Pandas BUG: Local test fail due to change of botocore error handling
2025-02-10 00:00:07
2303
Running pytest pandas/tests/io/parser/test_network.py::TestS3::test_write_s3_csv_failsor pytest pandas/tests/io/parser/t...
Pandas BUG: multiplying Business Hour (BH) offset by zero results in strange behavior
2025-02-10 00:00:02
2436
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
上一页
下一页
1
…
101
102
103
104
105
…
2246
.