Exercise: Marks
Use the concepts you’ve learned so far to solve this exercise.
We'll cover the following...
Consider the following pandas DataFrame:
Press + to interact
import pandas as pddf = pd.DataFrame([{'text' : 'This is a text'}])
Draw the text value. Also, set ...