Skip to content

Commit

Permalink
fixed API change in examples/finance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Jun 21, 2011
1 parent d4d8455 commit 0cb1499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def toMonthly(frame, how):

# Ratio relative to past month average

filledRatio = ibm / ibmMonthly.reindex(ibm.index, fillMethod='pad')
filledRatio = ibm / ibmMonthly.reindex(ibm.index, method='pad')

0 comments on commit 0cb1499

Please sign in to comment.