瀏覽代碼

iterative solution with recursive function

master
nitowa 2 年之前
父節點
當前提交
0801220596
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      src/spark/main.py

+ 0
- 1
src/spark/main.py 查看文件

@@ -71,7 +71,6 @@ tx_grouped = tx_df \
71 71
 # take the first tx
72 72
 tx_zero = tx_grouped \
73 73
     .select('*') \
74
-    .where('tx_id = 3') \
75 74
     .limit(1)
76 75
 
77 76
 # find txs with overlapping addresses

Loading…
取消
儲存