Print the average revenue amount per order (hints: revenue =…

Question Answered step-by-step Print the average revenue amount per order (hints: revenue =… Print the average revenue amount per order (hints: revenue = quantitu*item_price)here is what i have so far..import pandas as pdurl = ‘https://raw.githubusercontent.com/justmarkham/DAT8/master/data/chipotle.tsv’data = pd.read_csv(url, sep=’t’) Computer Science Engineering & Technology Python Programming ISMN 6650 Share QuestionEmailCopy link Comments (0)