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

MethodError from XLSX.readtable() in 01.Data Notebook #48

Open
BenBol opened this issue Mar 7, 2023 · 1 comment
Open

MethodError from XLSX.readtable() in 01.Data Notebook #48

BenBol opened this issue Mar 7, 2023 · 1 comment

Comments

@BenBol
Copy link

BenBol commented Mar 7, 2023

Indexing the output of XLSX.readtable() in the "01. Data.ipynb" results in a MethodError.
According to the Docs of XLSX, the output has been converted to a class instead of a tuple.
Hence, the indexing in the following cells does not work.
As a fix, I would store it directly inside the DataFrame.

However, since I have only installed Julia for one hour, I do not feel comfortable to rewrite the introduction :)

@BenBol
Copy link
Author

BenBol commented Mar 7, 2023

I also found a Typo near the end...
"Each vector in M["V2"] is a fase image. Let's reshape the first one and take a look."
but should be "face"

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