Nineya
Home
Blog
Pandas ENH: Allow to skip series type check in assert_frame_equal
2025-02-08 21:31:21
2599
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: Window.Rolling.std changes significantly
2025-02-08 21:31:17
13101
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ASV/DEPR: deprecation warnings on using freq in Timestamp
2025-02-08 21:31:08
2507
[ 47.57%] ···· For parameters: None, 'B' /home/runner/work/pandas/pandas/asv_bench/benchmarks/tslibs/times...
Pandas DOC replace gitter link in README
2025-02-08 21:31:04
424
In this notehttps://github.com/pandas-dev/pandas/blob/2a2daf787c5bf4015729f6660d189389d3d7dc47/README.md?plain=1#L169let...
Pandas CI: only run pylint in CI
2025-02-08 21:30:58
1376
pylint is helping unearth some issues, but it's quite slow, especially for local developmentas brought up on Slack by @j...
Pandas API: allow casting datetime64 to int64?
2025-02-08 21:30:54
17293
The original deprecation happened in https://github.com/pandas-dev/pandas/pull/38544This comment is from https://github....
Pandas value_counts: name and index'es name
2025-02-08 21:30:48
704
Good day!s = pd.Series(np.arange(10), name='items')c = s.value_counts()c.name #=> 'items'c.index.name #=> NoneIM...
Pandas BUG: should constructing Index from a Series make a copy?
2025-02-08 21:30:44
4393
From a comment of @jbrockmendel at https://github.com/pandas-dev/pandas/pull/41878#issuecomment-881557871:ser = pd.Serie...
Pandas pandas.replace with value numpy.nan causes recursion error on 1.5.1
2025-02-08 21:30:40
4665
This appears related to https://github.com/pandas-dev/pandas/issues/45725 which is marked closed but this is highly repr...
Pandas STYLE autoupdate pre-commit
2025-02-08 21:30:34
50144
Tomorrow, the autoupdate job will run, and there'll be a couple of updates which'll require some manual fixing:- codespe...
Pandas BUG: Cannot floor/ ceil/ round DST times even though they're not ambiguous
2025-02-08 21:30:28
2927
Pandas version checksI have checked that this issue has not already been reported.I have confirmed this bug exists on th...
Pandas Styling console/terminal output
2025-02-08 21:30:24
11248
Hello,Since v0.17.1, Pandas have an interesting API for styling Jupyter HTML outputs for Series / DataFrames...https://p...
Pandas QST: Python pandas 1.3.5 to 1.4.0 breaking changes - Got array instead of string
2025-02-08 21:29:52
5548
Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
Pandas API: Series[td64].astype("timedelta64[unsupported]")
2025-02-08 21:29:49
987
ser = pd.Series([1e15, 2e15, 3e15], dtype="m8[ns]")first = ser.astype("m8[s]")second = ser.astype(&q...
Pandas BUG: Unclear error message when merging tables and passing invalid option to validate
2025-02-08 21:29:46
2352
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DataFrame.astype does not handle multiple timezone aware Timestamps
2025-02-08 21:29:43
2387
import pandasdf = pandas.DataFrame({'a': [pandas.Timestamp('20200309T120000.000000-0400'), pandas.Timestamp('20200309T13...
Pandas str.replace('.','') should replace every character?
2025-02-08 21:29:40
7034
Code Sample (pandas 0.23.0)In [1]:import pandas as pds = pd.Series(['abc','123'])s.str.replace('.','',regex = True)Out [...
Pandas API: is_string_dtype is not strict
2025-02-08 21:29:36
1893
https://github.com/pandas-dev/pandas/issues/15533#issuecomment-284270591pandas.types.common.is_string_dtype is not stric...
Pandas BUG: minimum versions CI is failing
2025-02-08 21:29:33
15892
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: pandas/tests/test_algos.py::TestValueCounts::test_value_counts_normalized failing on ARM tests
2025-02-08 21:29:29
979
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
179
180
181
182
183
…
2246
.