Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DropDown/ComboBox in sheet cells throws error while trying to_dataframe #166

Open
nandurianirudh opened this issue Jun 14, 2020 · 0 comments

Comments

@nandurianirudh
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant