- Решение 1
- Решение 2
Код: Выделить всё
import pandas as pd
testdata = pd.read_csv(file_name, header=None, delim_whitespace=True)
Это мой CSV-файл:

Подробнее здесь: https://stackoverflow.com/questions/481 ... -from-file
Код: Выделить всё
import pandas as pd
testdata = pd.read_csv(file_name, header=None, delim_whitespace=True)
