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
Dragging and dropping an excel file into an iodide notebook currently works (e.g. this notebook was created that way: https://alpha.iodide.io/notebooks/3662/) however there are no clear instructions for what to do with the result. For this particular case, we should probably pre-populate a notebook with the right incantations for loading it with pandas.
First step is to figure out how to load excel data into pandas at all :) /cc @deborahanneharris
The text was updated successfully, but these errors were encountered:
there are several non-trivial transformations that need to be made to the blob that was fetched before it can by input into pandas. Adding a "bytes" type should resolve this, see proposal: binary fetch type #1786
My dream workflow would be that dragging & dropping an excel file would generate something like the above notebook (without all the hacks required by the above, of course). /cc @hamilton@openjck
Dragging and dropping an excel file into an iodide notebook currently works (e.g. this notebook was created that way: https://alpha.iodide.io/notebooks/3662/) however there are no clear instructions for what to do with the result. For this particular case, we should probably pre-populate a notebook with the right incantations for loading it with pandas.
First step is to figure out how to load excel data into pandas at all :) /cc @deborahanneharris
The text was updated successfully, but these errors were encountered: