Skip to content

Commit

Permalink
Pointed Timestamp in CSV to parse utility method
Browse files Browse the repository at this point in the history
  • Loading branch information
asgibson committed Nov 19, 2024
1 parent 620c6f4 commit 9426438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9426438

Please sign in to comment.