EmptyDataError: No columns to parse from file
09:30 10 Jan 2018

Currently I am getting the below Error and I am tried out the below posts:

  1. Solution 1
  2. Solution 2

But I am not able to get the error resolved. My python code is as below:

import pandas as pd
testdata = pd.read_csv(file_name, header=None, delim_whitespace=True)

I tried to print the value in testdata but it doesn't show any output.

The following is my csvfile:

Screenshot

python csv