Am working on machine learning project so When I import the text file which is a table of values where no columns titles when I wrote this :
import numpy
Data = numpy.genfromtext( « test.txt » , delimiter=none)
Data[0:4]
Shows error no attribute is found