.The purpose of the code is to:
Read data from a CSV file containing measurements of citrus fruits;
Separate the data related to oranges and grapefruits;
Graphically display the relationship between diameter and weight of these fruits for comparative analysis;
.Technologies used:
Python
NumPy
Matplotlib