Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Small Documentation Issue #61

@Ellis-808

Description

@Ellis-808

Small issue but the documentation hosted here: https://stratodem.github.io/pandas.js-docs/#code-dataframe-iterrows-code
does not show the proper use of df.iterrows().

Should be: (this worked for me after some trial and error)
for(const [row,idx] of **df.iterrows()**) { console.log("INDEX:", idx); console.log("ROW:", row); console.log(row.get('x') * 2); }

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