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
I was trying to create an EDA tool of sorts using widgets available on jupyter notebook and came across this package. It was all working great until I was using method to_dataframe while have a ComboBox widget in cells of sheet object. This was throwing an error as only float data type is expected as value from the widget. The workaround that I am currently using is that I have removed dtype='f' from definition _extract_column in elif statement for widget. Is there any other way to do this?
The text was updated successfully, but these errors were encountered:
Hello,
I was trying to create an EDA tool of sorts using widgets available on jupyter notebook and came across this package. It was all working great until I was using method to_dataframe while have a ComboBox widget in cells of sheet object. This was throwing an error as only float data type is expected as value from the widget. The workaround that I am currently using is that I have removed dtype='f' from definition _extract_column in elif statement for widget. Is there any other way to do this?
The text was updated successfully, but these errors were encountered: