質問編集履歴
3
試したこと変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
|
44
44
|
|
45
|
-
print(df["Product"]
|
45
|
+
print(df["Product"].str.contains("hypothetical protein").sum())
|
46
46
|
|
47
47
|
|
48
48
|
|
2
回答をもとに修正したコードを実行したときのエラーメッセージの画像を追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
![イメージ説明](128057ab0bc1439d9bef006a87c61937.png)### 前提・実現したいこと
|
1
|
+
![イメージ説明](ee71ec33e552859019e6268d79a8fe2c.png)![イメージ説明](128057ab0bc1439d9bef006a87c61937.png)### 前提・実現したいこと
|
2
2
|
|
3
3
|
画像内で青ペンで囲っている(hypothetical protein)を含む行数はどのように求められるのでしょうか?(hypothetical proteinが含まれる行の数のみを求めたいです)
|
4
4
|
|
1
説明文の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
![イメージ説明](128057ab0bc1439d9bef006a87c61937.png)### 前提・実現したいこと
|
2
2
|
|
3
|
-
画像内で青ペンで囲っている(hypothetical protein)を含む行数はどのように求められるのでしょうか?(hypothetical protein
|
3
|
+
画像内で青ペンで囲っている(hypothetical protein)を含む行数はどのように求められるのでしょうか?(hypothetical proteinが含まれる行の数のみを求めたいです)
|
4
4
|
|
5
5
|
ファイル名(NC_000964.ptt)から画像のデータリストを抽出し、pycharmで実装したいです
|
6
6
|
|