-
Hej hej,
I built pandas from source on [python 2.7, numpy 1.8, dateutil 2.2] using
```
python setup.py build_ext --inplace
```
When running the test suite,
```
nosetests pandas
```
I encounte…
-
Wanted to get opinions on this. It would be nice to formally expose a GroupBy object that uses BinGrouper. This would be useful for those of us who monkey patch the GroupBy object for convenience.
D…
-
Please add a list of sampling methods to the docs at:
http://pandas.pydata.org/pandas-docs/dev/timeseries.html#up-and-downsampling
-
Hi all,
I can't find an existing ticket for this, hopefully I didn't miss it. If I understand correctly, asfreq currently only does decimation to change the frequency of a timeseries. I would like t…