Autopilot experiment fails to read the data.

0

I have a CSV file, on S3, in the same region, but when I'm trying to run an autopilot experiment, I'll get the following error:

"Unable to fetch column headers. Your dataset file must be a .csv or .parquet file and currently, be in your S3 bucket."

Can someone please help me with how I should fix this issue?

Thank you

asked 2 years ago595 views
1 Answer
1

This has to do with your CSV file. can you download and open your CSV to check if it has headers? whats the delimiter? is that delimiter allowed by autopilot/sagemaker? are you trying it via the API or console? Do you get the same error while trying from both ways? looking at these areas will help you narrow the problem space. it would also help to share some screenshots of the error/console to help debug further.

AWS
EXPERT
answered 2 years ago
  • Thanks for the response, it was about one of the columns that included text with special characters in it. took that column out and worked fine!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions