<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>urbanplanner</author_name>
  <author_url>https://blog.hatena.ne.jp/urbanplanner/</author_url>
  <blog_title>サーバレス練習帳</blog_title>
  <blog_url>https://serverless.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>凄いシンプルに書いている人を見つけた。 note.nkmk.me上記のurlにあったコードにencodingを加えるとこんな感じだね。使えそう。 with open('data/src/sample.csv','r', encoding='utf-8') as f: reader = csv.reader(f) l = [row for row in reader] print(l) # [['11', '12', '13', '14'], ['21', '22', '23', '24'], ['31', '32', '33', '34']]</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fserverless.hateblo.jp%2Fentry%2F2021%2F05%2F01%2F125821&quot; title=&quot;pythonでcsv取り込み - サーバレス練習帳&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>2021-05-01 12:58:21</published>
  <title>pythonでcsv取り込み</title>
  <type>rich</type>
  <url>https://serverless.hateblo.jp/entry/2021/05/01/125821</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
