On 05/06/2014 20:40, Albert-Jan Roskam wrote:
Hi,
[snipped as I can't answer directly]
but see this http://pandas.pydata.org/community.html for support options.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
---
Thi
Hi,
I am new to Pandas. I am trying to remove the lower and upper 15 percentiles of
interest rates within a day. The index column is the date. Below is some code,
but how do I apply the trim function day-by-day? I tried using grouped() in
conjunction with apply(), but that turned out to be an e