bigbang icon indicating copy to clipboard operation
bigbang copied to clipboard

problem indexing in process.py sorted_matrix & sorted_lev() doesn't exist

Open emilienschultz opened this issue 10 years ago • 0 comments

There is a problem in the use and the definition of sorted_lev in the notebook of Analyze senders

First sorted_lev doesn't exist and it seems to be sorted_matrix now

Then there is a problem with sorted_matrix where new_df is defined without new_columns defined.

new_df = df.reindex(index=new_columns, columns=new_columns)

emilienschultz avatar Jul 19 '15 22:07 emilienschultz