2 . Write a program to read data from a CSV file where separator character is ‘@’. Make sure that:

  • the top row is used as data, not as column headers.
  • only 20 rows are read into dataframe.