Video upload date:  · Duration: PT1H46M27S  · Language: EN

In the process of preparing data for a machine azure video

dp-100-data-scientist-assoc video for in the process of preparing data for a machine learning model using pandas in Python, you encounter a dataset where

This is a dedicated watch page for a single video.

Full Certification Question

In the process of preparing data for a machine learning model using pandas in Python, you encounter a dataset where several entries have the same values in 'customer_id' and 'transaction_id'. To ensure the uniqueness of each transaction, you need to remove duplicate rows based on these two columns, keeping the first instance of each duplicate. Which pandas function and parameters will achieve this?