Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Reading from a text file

import pandas as pd
color_table = pd.read_table("/content/drive/My Drive/Site sharing/PSD Resources/Colors.txt")
print(color_table)
Source by kadamjay.rf.gd #
 
PREVIOUS NEXT
Tagged: #Reading #text #file
ADD COMMENT
Topic
Name
5+6 =