セクション 2. 章 3
single
Challenge: Filter High-Opportunity Keywords
メニューを表示するにはスワイプしてください
Filtering for high-opportunity keywords is a key step in keyword research. By narrowing your focus to keywords with high search volume and low difficulty, you can identify terms that are more likely to bring valuable traffic with less competition. In this challenge, you will use your Python and pandas skills to filter a DataFrame of keyword data, isolating only those keywords that meet specific opportunity criteria.
タスク
スワイプしてコーディングを開始
Given a pandas DataFrame with columns keyword, search_volume, and difficulty, return a new DataFrame containing only the rows where search_volume is greater than 1000 and difficulty is less than 40.
- Filter rows where the value in
search_volumeis greater than 1000. - Filter rows where the value in
difficultyis less than 40. - Return the resulting DataFrame.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください