Quick way of count the number of column in the csv file line = open("test.csv").readline() print(line.split(",")) # comma seperated What is your way of doing it? #Pythonprogramming #DailyOneTip #Python
0
1
4
0
0