Suppose that you work in an e-commerce company, which keeps records of multiple products (more than a thousand) in the S3 bucket ‘records’. The files have the following structure for filename: ‘category-productid.csv’.
Now, you have to analyse the records associated with the ‘Electronics’ category only. You are expected to download the specific category reports and then perform the analysis over your local machine.
Provide the command that helps you perform this task.
i am trying on s3 help page , but i can download the csv file , but how to analyze particular category in csv ?