You are given a DataFrame df with a column 'Date' of type string in the format 'YYYY-MM-DD'. You want to filter the rows where the year is 2020. Which of the following code snippets is the most efficient way to do so?
You are implementing an ETL pipeline to fetch data from a JSON-based API and load it into a data lake. The API provides a pagination feature that shows 100 records per page. Which of the following Python libraries is most suitable for performing HTTP requests to extract data from this API?
You are working with a dataset that includes both categorical and continuous features. Which of the following feature scaling techniques would be most appropriate for scaling only the continuous features?