Skip to content

Issue on page /data-transform.html #13

@meleantonio

Description

@meleantonio

in 4.3.1, it does say:

To access a particular row directly, you can use df.loc['rowname'] or df.loc[['rowname1', 'rowname1']] for two different rows.

It should read:

To access a particular row directly, you can use df.loc['rowname'] or df.loc[['rowname1', 'rowname2']] for two different rows.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions