1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

doc update

This commit is contained in:
Kelly Brazil
2023-01-31 11:59:06 -08:00
parent ec29b8bbc6
commit 098e8dbef6

View File

@ -28,8 +28,7 @@ def simple_table_parse(data: Iterable[str]) -> List[Dict]:
underscore '_'. You should also ensure headers are
lowercase by using .lower().
Also, ensure there are no blank lines (list items)
in the data.
Also, ensure there are no blank rows in the data.
Returns: