Problem with peakplot function using pandas data frames

Issue #34 resolved
Former user created an issue

I stumbled upon a problem using pandas dataframe with the peakplot function when some rows (e.g. outliers) were removed from the series since pandas data series handle indexing differently than pure numpy arrays.

I uploaded some example here and also proposed a fix for this: https://gist.github.com/holgi/b7f3f77427368ab7f90948d14b5a1cf6

Comments (1)

  1. Log in to comment