Login using Social Account
     Continue with GoogleLogin using your credentials
Define a DataFrame with the following information as shown below and save it in a variable named df1
Define a second DataFrame with the following information as shown below and save it in a variable named df2
Now, write a function display_df
, this function will take 3 parameters as inputs. The first 2 parameters would be 2 DataFrames, the 3rd parameter should be a string
name
column of the DataFrame matches the 3rd parameter passed to the functiondisplay_df(df1,df2,"Keith")
should return the below output
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...