Nineya
Home
Blog
Pandas tseries/holiday.py: add Holiday() filter parameter?
2025-02-08 23:22:42
1465
Code Sample, a copy-pastable example if possible Holiday( name="Health and Sports Day&quo...
Pandas CI: Write GHA failed builds summary as a GitHub comment
2025-02-08 23:22:37
1643
I think it'd safe us a significant amount of time, if when a build fails, we get a nice github comment with the problems...
Pandas pd.Interval default closed='right'?
2025-02-08 23:22:33
697
In my trying to use pd.Intervals/pd.IntervalIndex (which are terrific additions), I've become somewhat perplexed with th...
Pandas New feature request: skip_window(s) for df.rolling
2025-02-08 23:22:25
2445
With a DatetimeIndex I can specify the rolling window using an offset alias, but if I want to skip the first (incomplete...
Pandas Expand .str to DataFrame
2025-02-08 23:22:21
842
Code Sample, a copy-pastable example if possiblemask = df.str.match(re)AttributeError: 'DataFrame' object has no attribu...
Pandas Feature Request: Bootstrap sample from DataFrame with MultiIndex
2025-02-08 23:22:16
2399
The sample method for DataFrames samples at the row level (by default). Often, one may want to sample at a coarser leve...
Pandas missing files on test
2025-02-08 23:22:11
4849
Hi, testing with "pytest pandas" from a pypi package returns a bunch of errors related to missing files.I understand tha...
Pandas read_sql_table add argument skip_chunks
2025-02-08 23:22:07
1243
read_sql_table in pandas is much nicer than using raw SQLAlchemy API and likely has better performance.But when reading ...
Pandas ENH: Add AutoFilter option to to_excel
2025-02-08 23:22:02
297
As originally mentioned in #15160 , DataFrame.to_excel() should support an optional parameter that would turn Excel's Au...
Pandas Add a diagonal="label" option to scatter_matrix [enhancement whish]
2025-02-08 23:21:58
695
Instead of just histograms or kde, i would like to be able to ask scatter_matrix to put the name of the series in the di...
Pandas ENH: Categorical.from_union
2025-02-08 23:21:51
2908
xref #13361- [x] support union w Series/CategoricalIndex as well as Categorical #14199- [x] add ignore_order to ignore t...
Pandas merge indicator when columns is multiindex
2025-02-08 23:21:46
1694
Code Sample, a copy-pastable example if possibleimport pandas as pdimport numpy as npindex=list(range(8))columns=pd.Mult...
Pandas API: Add Series/Index.unique(dropna=True)
2025-02-08 23:21:42
357
Series/Index.nunique has dropna kw to exclude NaN. Add the same kw to .unique also.As #13979 changes .unique to always r...
Pandas psycopg2 connection can be left idle in transaction
2025-02-08 23:21:37
2433
repro:(1) make a psycopg2 conn(2) make a pandas df(3) call df.read_sql_query("SELECT pg_sleep(1000);", conn)(4) kill the...
Pandas scatter_matrix doesn't support passing histogram keyword args
2025-02-08 23:21:32
683
There is no way to pass keyword arguments down to the histogram call in pandas.tools.plotting.scatter_matrix. I underst...
Pandas API: add sort keyword to resample (like in groupby) to not sort data to the function
2025-02-08 23:21:28
334
http://stackoverflow.com/questions/18411110/python-pandas-timeseries-resample-giving-unexpected-results/18411516?noredir...
Pandas API / CoW: copy/view behaviour when constructing DataFrame/Series from a numpy array
2025-02-08 23:21:23
4126
Context: with the Copy-on-Write implementation (see https://github.com/pandas-dev/pandas/issues/36195 / detailed proposa...
Pandas BUG: TypeError: 'dict_values' object is not subscriptable on updating multiple rows in a single column
2025-02-08 23:21:18
3682
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DOC: Inappropriate bolding in pandas.DataFrame.agg
2025-02-08 23:21:14
1098
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas BUG: Incorrect freqstr "D" after timezone conversion
2025-02-08 23:21:06
3596
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
124
125
126
127
128
…
2246
.