From 94264387da15fa95d0dc5ab8f776c70e49ad85ae Mon Sep 17 00:00:00 2001 From: Alan Gibson Date: Tue, 19 Nov 2024 14:17:34 -0500 Subject: [PATCH] Pointed Timestamp in CSV to parse utility method --- doc/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/architecture.md b/doc/architecture.md index e9d07983..c8674408 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -90,7 +90,7 @@ What should be known about file parsing and usage. - Acceptable values, all will become floats - Integer - Float - - Timestamp str + - Timestamp in format parsable by [convert_str_to_timestamp](../onair/data_handling/parser_util.py#L68) - All other values are unacceptable and turned into 0.0 (by the [floatify_input](../onair/data_handling/parser_util.py#L49) method) - Parser loads the entire floatified CSV file into memory at once. - Memory usage increases with file size