thomsonlab / scrap-viz

1 stars 0 forks source link

scrap-init-ws breaks with pandas 0.24.2 #59

Open dibidave opened 5 years ago

dibidave commented 5 years ago

Because pandas SparseDataFrame.to_dense() converts missing values into the min value of a signed 4-byte integer.

Thanks @altermattmichael