Learn practical skills, build real-world projects, and advance your career
!pip install matplotlib seaborn --upgrade --quiet
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline
yield_apples = [0.895, 0.91, 0.919, 0.926, 0.929, 0.931]