質問編集履歴

1

コードを修正

2023/02/18 23:03

投稿

msy47
msy47

スコア26

test CHANGED
File without changes
test CHANGED
@@ -160,7 +160,7 @@
160
160
  lens.append(len_df)
161
161
 
162
162
  df['Tunnel_Count'] = lens
163
- print()df
163
+ print(df)
164
164
 
165
165
  return df
166
166
  ```