Skip to content

02 challenge questions #161

@tmorrell

Description

@tmorrell

These challenge questions

Challenge Activities
What happens when you type:
surveys_df[0:3]
surveys_df[:5]
surveys_df[-1:]
What happens when you call:
dat.iloc[0:4, 1:4]
dat.loc[0:4, 1:4]
How are the two commands different?

Are the exact same as the examples provided in the lesson

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