You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of Pandas pivot throws an error for me about repeated entries, which halts the program laid out in [1].
I only encountered this error using my own synthetic data (which can have some duplicate sequence/bin combinations, hence the error). I can confirm that no such error arises when using the demo sort-seq file provided (2010, file_S2.txt). I was able to correct it using the recommendation at [2], by making the following change:
The use of Pandas pivot throws an error for me about repeated entries, which halts the program laid out in [1].
I only encountered this error using my own synthetic data (which can have some duplicate sequence/bin combinations, hence the error). I can confirm that no such error arises when using the demo sort-seq file provided (2010,
file_S2.txt
). I was able to correct it using the recommendation at [2], by making the following change:[1] https://mavenn.readthedocs.io/en/latest/datasets/dataset_sortseq.html
[2] https://stackoverflow.com/questions/11232275/pandas-pivot-warning-about-repeated-entries-on-index
The text was updated successfully, but these errors were encountered: