Pandas Handle x-endianess on y-endianess platforms

Closing #2330 , but leaving this here so it'll get picked up one day if needed.related #2318.https://groups.google.com/f...

Pandas More flexible binning/resampling

http://stackoverflow.com/questions/14590638/pandas-dataframe-resample-at-every-nth-rowComment From: wesmAwait more speci...

Pandas Add duplicated/drop_duplicates top-level array functions

cf #2706 Comment From: sinhrks13751 is adding pandas.core.algorithms.duplicated which can handle ndarray. Should be adde...

Pandas TimeSeries indexing with not-specific-enough indices only works for strings

For indexing a sub-series of some TimeSeries, one can use indices that don't completely specify the moment. For example,...

Pandas Buggy negative slicing with ix

http://stackoverflow.com/questions/14035817/slicing-pandas-dataframe-with-negative-index-with-ix-method In [1]: df = ...

Pandas Hash table sharing (for factorization) between table chunks in parser.pyx

Comment From: wesmOh this is too difficult for now: hash tables have char* pointers to data that gets garbage collected ...

Pandas optimize DatetimeIndex.append code

refactor and also look closer at performanceComment From: paulproteusThis would be a fun task for anyone interested in l...

Pandas Propogating null values on comparison operations

I noticed that when using a boolean comparison operator on a column with null values, Pandas does not propogate the null...

Pandas Vbench and optimize single string parsing

Not sure if this can be trimmed much, but...In [5]: timeit pandas.tseries.tools.dateutil_parse('20000104', datetime(1, 1...

Pandas ENH: PyTables Enhancements for future

open (not in any particular order)add support for other dtypes in table columns (datetime,date,unicode)Implement variabl...

Pandas Modify group label with derived statistic

example: http://stackoverflow.com/questions/13446791/group-pandas-dataframe-based-on-highest-occurring-valuesComment Fro...

Pandas Triple Exponential Smoothing

I am writing here because I didn't find something on documentation. Sorry for spam.Is there triple exponential smoothing...

Pandas Date indexing API

The end is exclusive for integer indexing but inclusive using dates.I guess if the data is irregular it's more weird to ...

Pandas Option to exclude certain columns for plotting

Also maybe auto-exclude non-numerical columns by default like groupby agg?http://stackoverflow.com/questions/13003051/ho...

Pandas reindex fails on non-unique index

Since reindex and ix should behave the same way I guess since"Some might conclude that ix and reindex are 100% equivalen...

Pandas Can speed of shift() improved ?

I cprofile my python code and found 'shift()' is one of the speed bottleneck.Then I do below test :In [27]: df = DataFra...

Pandas ENH: add hourofyear to period

Please add tohttps://github.com/pydata/pandas/blob/master/pandas/tseries/period.py- hourofyearBTW,How is it possible for...

Pandas 1.0 Release

Future wishful thinking (to keep the milestone open for now)Comment From: jorisvandenbossche@lexual ah, didn't know this...

Pandas Improve memory usage for large heterogeneous DataFrame in sortlevel

http://stackoverflow.com/questions/11987270/getting-memoryerror-from-dataframe-sortlevel-in-pandas/12343023#12343023Comm...

Pandas Add pivot (reshape) option to handle duplicate keys (e.g. take first or last obs)

http://stackoverflow.com/questions/11232275/pandas-pivot-warning-about-repeated-entries-on-indexComment From: femtotrade...
上一页 下一页
.