Help me fix this error

When creating a post, please add:

  • Week # must be added in the tags option of the post.
  • Link to the classroom item you are referring to:
  • Description (include relevant info but please do not post solution code or your entire notebook)

You should be loading from pandas, right? I don’t see any use of the pandas framework here…

I have used pandas to access the columns from dataframe(df)

Can someone send me the exact code of it. Having trouble fixing the error

You added four “import” statements to that cell.
That is not necessary. All of the assets you need were imported in the first cell in the notebook.

You also deleted the comments that identify where to add your code.
Do not delete the comments.

Do not use jnp.array(). It is not necessary.
The construct you need is only ... = df.field_name

No, that would break the Code off Conduct.

The dataset was loaded via pandas earlier in the notebook.

1 Like

Oh I see, I don’t have access to this course, thanks @TMosh

1 Like