2018-10-29から1日間の記事一覧

Rで %in%  リストの要素が存在するかのチェック

R

リストの要素が存在するかのチェックできる。便利。 y<-c(1,2,3) x<-c(1,2,2,3,4) x %in% y出力。 TRUE TRUE TRUE TRUE FALSE 応用、ある特定の列名をデータフレームから除く dat <- dat[, !(colnames(dat) %in% c("X", "Y", "Z"))]http://rmecab.jp/wiki/in…

pythonのpandasでEXELファイルのCSV化

https://note.nkmk.me/python-pandas-read-excel/ https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html

[R]pythonのpandasでEXELファイルのCSV化

https://note.nkmk.me/python-pandas-read-excel/ https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html

pythonのpandasでEXELファイルのCSV化

https://note.nkmk.me/python-pandas-read-excel/ https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html

pythonのpandasでEXELファイルのCSV化

https://note.nkmk.me/python-pandas-read-excel/ https://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html