pyEPR.toolbox.pythonic module#
Created on Sat Feb 04 09:32:46 2017
@author: Zlatko K. Minev, pyEPR ream
- pyEPR.toolbox.pythonic.DataFrame_col_diff(PS, indx=0)[source]#
Check whether the columns of a DataFrame are equal.
Returns a boolean Series of the row index specifying which rows differ:
PS[DataFrame_col_diff(PS)]
- pyEPR.toolbox.pythonic.df_find_index(s: Series, find, degree=2, ax=False)[source]#
Given a Pandas Series such as of freq with index Lj, find the Lj that would give the right frequency
- pyEPR.toolbox.pythonic.robust_percentile(calc_data, ROBUST_PERCENTILE=2.0)[source]#
analysis helper function
- pyEPR.toolbox.pythonic.sort_Series_idx(sr)[source]#
Sort Series index numerically (int or float) when possible, else lexicographically.