viewof sampledrandomcrops = cropproduction
.filter(d => {
return d.Item === 'Peas, dry'
|| d.Item === 'Apples'
|| d.Item === 'Bananas'
|| d.Item === 'Carrots'
|| d.Item === 'Cabbages and other brassicas'
|| d.Item === 'Watermelons'
;
})
.reify()
.view(5)