Amazon web services – How to read large text file in Amazon SageMaker?
I want to read multiple text file from s3 bucket which will make up a data frame of 10M records and 900 columns. But it is taking too long to read data using ml.p3.2xlarge instance. Moreover, I would like to…