Affine Analytics Interview Questions | Loading a csv/text file in Python

Question

File upload

in progress 0
TheDataMonk 4 years 1 Answer 893 views Grand Master 0

Answer ( 1 )

  1. import pandas as pd
    data = pd.read_csv(“abc/bcd/file.csv”)
    file1 = open(“File.txt”,”w+”)

Leave an answer

Browse
Browse