- Newest
- Most votes
- Most comments
Yes, it is possible to remove the first row from your dataset and save it to a separate location using AWS DataBrew. You can achieve this by using the "Drop Rows" transformation in AWS DataBrew.
Follow these steps: Create a DataBrew project and upload your dataset. Create a new recipe and add the "Drop Rows" transformation. Configure the "Drop Rows" transformation to drop the first row (e.g., using the row index condition where index = 0). Add an "Output" step to save the dataset without the first row. Add another "Output" step and configure it to save the dropped row (first row) as a separate file. Run the recipe. For more information, refer to the AWS DataBrew documentation. https://docs.aws.amazon.com/databrew/latest/dg/recipe-actions.data-cleaning.html
Relevant content
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago