-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
EnhancementIO CSVread_csv, to_csvread_csv, to_csvIO NetworkLocal or Cloud (AWS, GCS, etc.) IO IssuesLocal or Cloud (AWS, GCS, etc.) IO Issues
Description
When running pandas in AWS, The following works perfectly fine:
pd.read_csv("s3://mybucket/data.csv")
But running the following, does not:
pd.read_csv("hdfs:///tmp/data.csv")
It would be a good user experience to allow for the hdfs:// schema too similar to how http, ftp, s3, and file are valid schemas right now.
sergei3000
Metadata
Metadata
Assignees
Labels
EnhancementIO CSVread_csv, to_csvread_csv, to_csvIO NetworkLocal or Cloud (AWS, GCS, etc.) IO IssuesLocal or Cloud (AWS, GCS, etc.) IO Issues