data = np.loadtxt(fname=\'Stock.txt\', delimiter=\',\', unpack=True) print(data)
This is the code to load txt out of file
Content of file