(
self,
buf: FilePath | WriteBuffer[str],
*,
encoding: str | None = ...,
sparse_index: bool | None = ...,
sparse_columns: bool | None = ...,
max_rows: int | None = ...,
max_columns: int | None = ...,
delimiter: str = ...,
)
| 1567 | |
| 1568 | @overload |
| 1569 | def to_string( |
| 1570 | self, |
| 1571 | buf: FilePath | WriteBuffer[str], |
| 1572 | *, |
| 1573 | encoding: str | None = ..., |
| 1574 | sparse_index: bool | None = ..., |
| 1575 | sparse_columns: bool | None = ..., |
| 1576 | max_rows: int | None = ..., |
| 1577 | max_columns: int | None = ..., |
| 1578 | delimiter: str = ..., |
| 1579 | ) -> None: ... |
| 1580 | |
| 1581 | @overload |
| 1582 | def to_string( |
no test coverage detected