Skip to content

Ch3 : notebook_wrangle_data.ipynb #9

@sridhar-v

Description

@sridhar-v

getting the following error.
(Im a Prof. utilizing your Book as Text book)
Kindly help.

when i execute ln 4: describe_dataframe(df)

getting the following Error
Dataframe Sample Rows::

NameError Traceback (most recent call last)
in ()
----> 1 describe_dataframe(df)

in describe_dataframe(df)
111
112 print("Dataframe Sample Rows::")
--> 113 display(df.head(5))
114
115 def cleanup_column_names(df,rename_dict={},do_inplace=True):

NameError: name 'display' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions