jbloomlab / dms_variants

Analyze deep mutational scanning of barcoded variants.
Other
6 stars 9 forks source link

Make compatible with `pandas` 0.25 #3

Closed jbloom closed 5 years ago

jbloom commented 5 years ago

Due to some changes in how groupby worked with categorical variables in pandas 0.25, things no longer worked as expected. This fixes that.