mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
docs: fix Python example for including header rows
This commit is contained in:
parent
e84c5bec8b
commit
1b3f8bb0c9
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ apple,2.50
|
|||
banana,3.00
|
||||
strawberry,1.50"""
|
||||
|
||||
output = czv.row_count(file_data=data)
|
||||
output = czv.row_count(file_data=data, include_header_row=True)
|
||||
|
||||
print(output)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue