1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-03-10 15:36:11 -08:00
parent 6986c74f6d
commit def7aa5764
2 changed files with 16 additions and 16 deletions

View File

@ -57,9 +57,9 @@ Data elements must line up within column boundaries.
Example Table:
col1 col2 col3 col4 col5
orange pear fuzzy peach my favorite fruits
apple orange fuzzy peach my favorite fruits
green beans celery spinach my favorite veggies
chicken beef pork brown eggs my favorite proteins
chicken beef brown eggs my favorite proteins
Parameters:

View File

@ -49,9 +49,9 @@ def sparse_table_parse(data: List[str], delim: str = '\u2063') -> List[Dict]:
Example Table:
col1 col2 col3 col4 col5
orange pear fuzzy peach my favorite fruits
apple orange fuzzy peach my favorite fruits
green beans celery spinach my favorite veggies
chicken beef pork brown eggs my favorite proteins
chicken beef brown eggs my favorite proteins
Parameters: