<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>otoha-googl</author_name>
  <author_url>https://blog.hatena.ne.jp/otoha-googl/</author_url>
  <blog_title>Python勉強用ブログ</blog_title>
  <blog_url>https://otoha0510.hatenablog.com/</blog_url>
  <categories>
    <anon>pandas</anon>
    <anon>python</anon>
    <anon>キーワード調査</anon>
  </categories>
  <description>AdWordsのキーワードプランナーからダウンロードしたデータは、スペース前後の入れ替えの違いだけなどが多く含まれているデータになっている。キーワード調査をする際に１つずつ目視していくのは大変なので、ある程度のノイズデータを一括で除去したい。 準備 #pandasのインポート import pandas as pd from pandas import Series , DataFrame #キーワードを整形するための関数 def shape_kw(keyword): split_kw = keyword.split(' ') #スペースなしのキーワード作成 join_kw = ''.join…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fotoha0510.hatenablog.com%2Fentry%2F2017%2F11%2F03%2F145444&quot; title=&quot;【python】キーワードプランナーのデータから重複を削除して、CSVで出力 - Python勉強用ブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-11-03 14:54:44</published>
  <title>【python】キーワードプランナーのデータから重複を削除して、CSVで出力</title>
  <type>rich</type>
  <url>https://otoha0510.hatenablog.com/entry/2017/11/03/145444</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
