Pandas ENH: startrow or skiprows in .to_csv

Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas Inconsistent behaviour in resample between daily and weekly

Resampling weekly doesn't behave the same way as resampling daily when using label='right'.import numpy as npimport pand...

Pandas BUG: first('1M') for series starting at midnight beginning of month ends at midnight on the last day of the month

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas Reading SAS files from AWS S3

Currently the read_sas method doesn't support reading SAS7BDAT files from AWS S3 like read_csv. Can it be added?Comment ...

Pandas Possibility to draw random markers in line plots

Code Sample, a copy-pastable example if possibleI often have dataframes with many obervations and want to have a quick g...

Pandas Enabling auto-collapsing of Excel dumped from df

Dear all,In my job, we use a lot of Pandas (though not always very professionally). One very useful case is to build a d...

Pandas [feature req] List tables function for sql

Suggestion: introduce a function, something like pandas.sql_list_tables(conn) to look up available tables (shortcut for ...

Pandas 0.17 series & dataframe non-commutability

import pandas as pdimport numpy as npindex = pd.date_range('1-Jan-2016',periods=12,freq='MS')a = pd.DataFrame(np.ones((1...

Pandas DOC/ERR: better error message on unsuccessful datetime parsing

exceptions that are raised on unsuccessful datetime/timedelta parsing should add this:you can coerce to NaT by passing e...

Pandas Addition of two DateOffsets

It is convenient to be able to add one DateOffset to another one:from pandas.tseries.offsets import DateOffset as DODO(h...

Pandas [feature] Loading Nested Dictionaries and handling lists of dictionaries

This is a repost of #9359 with some new fancy code that handles lots of different kinds of edge cases. Please take a loo...

Pandas Microsecond date formatter

When plotting time series after importing pandas, the default locator/formatter do not support microsecond resolution ha...

Pandas ENH: allow transform to handle differently indexed outputs

from SOusing transform to broadcast the result works fine if the index is an Int64Index because the input and output are...

Pandas ENH: follow up on indx-repr

follow up to #9901- also splitting the attributes part over multiple lines if this is very long- for truncated output: n...

Pandas ENH: unit of measurement / physical quantities

quantities relatedxref #2494 xref #1071 custom meta-dataxref #2485 It would be very convenient if unit support could be ...

Pandas QST: The end of life for Pandas 1.4.4

Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...

Pandas ENH: pd.factorize to accept a Dataframe

from #8626 discussioncc @fkauferallow pd.factorize to take a Dataframe and process with tuples of columns.further allow ...

Pandas ENH: Aggregate to data with error range

As mentioned in issue #6897, working with data with error ranges is pretty much universal in science, as well as many ot...

Pandas na_values for read_html

maybe some more args similar to read_csv would be good too?Comment From: mroeschkeLooks like read_html has na_values now...

Pandas PERF: Calling df.agg([function]) is much slower than df.agg(function) when there are many columns and few rows.

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...
上一页 下一页
.