Check if csv has header in python
Posted on 31 Aug, 2021
Consider the following csv data
The csv.Sniffer
class provides a method called has_header
which return True
if the first row appears to be a header
Last updated
Posted on 31 Aug, 2021
Consider the following csv data
The csv.Sniffer
class provides a method called has_header
which return True
if the first row appears to be a header
Last updated