- Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
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
Labels
No labels