Affine Analytics Interview Questions | Loading a csv/text file in Python Question File upload in progress 0 Python TheDataMonk 55 years 1 Answer 1121 views Grand Master 0
Answer ( 1 )
import pandas as pd
data = pd.read_csv(“abc/bcd/file.csv”)
file1 = open(“File.txt”,”w+”)