Histogram error : ValueError: hist method requires numerical or datetime columns, nothing to plot

I get error anytime I use the code below to create a histogram for the numerical features of the exercise. Any help

_ = penguins.hist(figsize=(20, 14))

Can you please edit your topic to include the error message you get? Did you copy and execute prior code snippets from the solution of the exercise?