質問編集履歴
1
追記いたしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -5,3 +5,13 @@
|
|
5
5
|
したいです
|
6
6
|
|
7
7
|
どのようにしたらよろしいですか?。
|
8
|
+
|
9
|
+
result_df=pd.DataFrame()
|
10
|
+
|
11
|
+
result_df["X"]=X_list
|
12
|
+
|
13
|
+
result_df["Y"]=Y_list
|
14
|
+
|
15
|
+
result_df.to_csv(output_path,index=False,encoding="cp932")
|
16
|
+
|
17
|
+
Xが指数表記です
|