<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nyanpasuAxela</author_name>
  <author_url>https://blog.hatena.ne.jp/nyanpasuAxela/</author_url>
  <blog_title>ふぎのモノづくりにっき</blog_title>
  <blog_url>https://nyanpasuaxela.hatenablog.jp/</blog_url>
  <categories>
    <anon>基礎勉強メモ</anon>
    <anon>python基礎</anon>
  </categories>
  <description>python初心者の私、csvファイル、テキストファイルの読み込みの方法がいろいろあって、ごちゃごちゃしてきたのでまとめてみました。 基本的に私が扱うことが多い下図のような１行目ヘッダー、２行目以降数字列のデータを主な対象として考え、どれも最終的にnumpy行列にすることを考えました。 調べて出てきた方法は５つ ①csvモジュールを使用する方法 ⇒ １回で１行読み込み。出力はカンマで区切ったlist型、list内はstr型['0', ' 0.0074', ' 0.0083', ' 0.0826', ' 0.0823'] ②for line in file:で読み込む方法 ⇒ １回で１行読み込み…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnyanpasuaxela.hatenablog.jp%2Fentry%2F2019%2F02%2F18%2F201612&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>https://cdn-ak.f.st-hatena.com/images/fotolife/n/nyanpasuAxela/20190218/20190218200715.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-02-18 20:16:12</published>
  <title>pythonでのcsvファイル読み込み</title>
  <type>rich</type>
  <url>https://nyanpasuaxela.hatenablog.jp/entry/2019/02/18/201612</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
