CBSE Class 12 Informatics Practices
Question 98 of 167
Python Pandas — I — Question 9
Back to all questions(a)
>>> sales[['Item', 'Revenue']](b)
>>> sales.iloc[2:7](c)
>>> sales.Item[4](a)
>>> sales[['Item', 'Revenue']](b)
>>> sales.iloc[2:7](c)
>>> sales.Item[4]