ACCLAB / DABEST-python

Data Analysis with Bootstrapped ESTimation
https://acclab.github.io/DABEST-python/
Apache License 2.0
341 stars 47 forks source link

fixed bug preventing non-string columns to be used. Requires pandas>=1.0.0 #109

Closed MarinManuel closed 1 year ago

MarinManuel commented 3 years ago

This is a proposed fix for #108 (deleted part about needing pandas v1.x+)

josesho commented 3 years ago

Hi @MarinManuel , thanks for this! Let me have a closer look.

adamcc commented 1 year ago

@sangyu Can you please review and merge @MarinManuel 's work?