'''WAP to operate on the file market.csv with the headers
MARKET NO, MARKET NAME, NO OF VISITORS .
Write functions to:
> Accept values and populate the file
> Search for the market with the Highest Number of Visitors
> Update the no. of visitors. (market No is parameter to the function)
> Display the details of the file and the total
number of visitors in tabular format.
'''