Re: Pandas question

2014-06-05 Thread Mark Lawrence
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

Pandas question

2014-06-05 Thread Albert-Jan Roskam
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