質問編集履歴
3
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
row(str) in df[1] / df2=(index行x(rowの頭文字候補), 0行目y(変換したい文字列))の2行で構成 #Pandas #Numpy #python
|
1
|
+
row(str) in df[1] / df2=(index行x(rowの頭文字候補), 0行目y(変換したい文字列))の2行で構成) #Pandas #Numpy #python
|
test
CHANGED
File without changes
|
2
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
row(str) in df[1] / df2=
|
1
|
+
row(str) in df[1] / df2=(index行x(rowの頭文字候補), 0行目y(変換したい文字列))の2行で構成 #Pandas #Numpy #python
|
test
CHANGED
File without changes
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
if row.startswith(any of df2[x]):
|
16
16
|
|
17
|
-
row=df2.at[startswith(index列名)でtrueになったもの,y]
|
17
|
+
row=df2.at[row.startswith(index列名)でtrueになったもの,y]
|
18
18
|
|
19
19
|
※このx列リストに当てはまらないものはスルーしたいのでifにしています
|
20
20
|
|