table_to_csv¶
Convert a table object to a CSV string.
引数:
| 名前 | タイプ | デスクリプション | デフォルト |
|---|---|---|---|
table
|
TableStructureRecognizerSchema
|
The table object to convert. It should have a |
必須 |
padding
|
bool
|
If True, pad the span cells with the same contents. Defaults to False. |
False
|
drop_empty
|
bool
|
If True, drop empty rows and columns. Defaults to True. |
True
|
戻り値:
| 名前 | タイプ | デスクリプション |
|---|---|---|
str |
str
|
The CSV string representation of the table. |