Quellcode durchsuchen

iterative solution with recursive function

master
nitowa vor 2 Jahren
Ursprung
Commit
0801220596
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0
    1
      src/spark/main.py

+ 0
- 1
src/spark/main.py Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern