Given this data about monthly sales:months = [‘Jan’, ‘Feb’,…
Given this data about monthly sales:months = sales = Answer:Write code to create a Pandas Series from this data with months as the index.Calculate the total sales using the Series.Filter to show only months where sales exceeded 1300.