From 0801220596ad740416650a3120c4e0ae85380017 Mon Sep 17 00:00:00 2001 From: nitowa Date: Sun, 28 Aug 2022 06:21:17 -0400 Subject: [PATCH] iterative solution with recursive function --- src/spark/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spark/main.py b/src/spark/main.py index bfa179d..939f3a0 100644 --- a/src/spark/main.py +++ b/src/spark/main.py @@ -71,7 +71,6 @@ tx_grouped = tx_df \ # take the first tx tx_zero = tx_grouped \ .select('*') \ - .where('tx_id = 3') \ .limit(1) # find txs with overlapping addresses