teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

修正

2020/01/05 08:02

投稿

python_2019
python_2019

スコア68

title CHANGED
File without changes
body CHANGED
@@ -16,5 +16,5 @@
16
16
  df2=df.dropna()
17
17
  ```
18
18
 
19
- エクセルデータ(青の部分を含む行全体を削除したいです)
19
+ エクセルデータ(青の部分(空欄と文字)を含む行全体(2~6行目)を削除したいです)
20
20
  ![イメージ説明](da2f152e36ab6ebbfc4534f110b7ad3d.jpeg)

2

エクセルの追加

2020/01/05 08:02

投稿

python_2019
python_2019

スコア68

title CHANGED
File without changes
body CHANGED
@@ -14,4 +14,7 @@
14
14
 
15
15
  # 空白行を削除
16
16
  df2=df.dropna()
17
- ```
17
+ ```
18
+
19
+ エクセルデータ(青の部分を含む行全体を削除したいです)
20
+ ![イメージ説明](da2f152e36ab6ebbfc4534f110b7ad3d.jpeg)

1

タグ修正

2020/01/05 08:00

投稿

python_2019
python_2019

スコア68

title CHANGED
File without changes
body CHANGED
File without changes