Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

read txt file pandas

df = pd.read_csv('output_list.txt', sep=" ", header=None, names=["a", "b", "c"])
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #read #txt #file #pandas
ADD COMMENT
Topic
Name
7+9 =