I have the following code in PyCharm
import pandas as pd import numpy as np import matplotlib as plt df = pd.read_csv(\"c:/temp/datafile.txt\", sep=\'\\t\')
I did File-Invalidate Caches/Restart Option Invalidate and after that I was able to get the head: