From 21236c3787200eb112d07618af683cf63ef60b24 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 8 Aug 2024 17:18:28 +0800 Subject: Improve memory efficency while building TPM.txt --- Code/test_append_column.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Code/test_append_column.py (limited to 'Code/test_append_column.py') diff --git a/Code/test_append_column.py b/Code/test_append_column.py new file mode 100644 index 0000000..77d54cc --- /dev/null +++ b/Code/test_append_column.py @@ -0,0 +1,3 @@ +from utils import append_column_fast2 +result = append_column_fast2('../Data/temp/1.txt', ['4','5','6']) +print(result) -- cgit v1.2.1