質問編集履歴

2

写真の追加

2021/11/06 01:13

投稿

Deep_passion
Deep_passion

スコア47

test CHANGED
File without changes
test CHANGED
@@ -65,3 +65,9 @@
65
65
  Jupyter Lab version 1.1.4
66
66
 
67
67
  macbookpro 16
68
+
69
+
70
+
71
+
72
+
73
+ ![イメージ説明](1a7e54cc36e1e873834adfa96985c210.png)

1

文字追加

2021/11/06 01:13

投稿

Deep_passion
Deep_passion

スコア47

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,18 @@
21
21
 
22
22
 
23
23
  ```ここに言語名を入力
24
+
25
+ 下から、と上からを合体させました。
26
+
27
+ train_a=train.iloc[:2000 ,:]
28
+
29
+ train_b=train.iloc[ -2000:,:]
30
+
31
+ train=pd.concat([train_a,train_b])
32
+
33
+
34
+
35
+
24
36
 
25
37
  # train.sort_index()
26
38