Skip to content

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

Open
@BenBol

Description

@BenBol

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 :)

Activity

BenBol

BenBol commented on Mar 7, 2023

@BenBol
Author

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      MethodError from XLSX.readtable() in 01.Data Notebook · Issue #48 · JuliaAcademy/DataScience