Reading in csv file as dataframe from hdfs

前端 未结 2 461
北荒
北荒 2020-12-16 03:16

I\'m using pydoop to read in a file from hdfs, and when I use:

import pydoop.hdfs as hd
with hd.open(\"/home/file.csv\") as f:
    print f.read()
         


        
2条回答
提交回复
热议问题