@@ -125,10 +125,9 @@ def to_pandas(
125
125
Mapping of scalar parameter expressions to value.
126
126
limit
127
127
An integer to effect a specific row limit. A value of `None` means
128
- " no limit" . The default is in `ibis/config.py`.
128
+ no limit. The default is in `ibis/config.py`.
129
129
kwargs
130
130
Keyword arguments
131
-
132
131
"""
133
132
return self .execute (expr , params = params , limit = limit , ** kwargs )
134
133
@@ -151,7 +150,7 @@ def to_pandas_batches(
151
150
Mapping of scalar parameter expressions to value.
152
151
limit
153
152
An integer to effect a specific row limit. A value of `None` means
154
- " no limit" . The default is in `ibis/config.py`.
153
+ no limit. The default is in `ibis/config.py`.
155
154
chunk_size
156
155
Maximum number of rows in each returned `DataFrame` batch. This may have
157
156
no effect depending on the backend.
@@ -200,7 +199,7 @@ def to_pyarrow(
200
199
Mapping of scalar parameter expressions to value.
201
200
limit
202
201
An integer to effect a specific row limit. A value of `None` means
203
- " no limit" . The default is in `ibis/config.py`.
202
+ no limit. The default is in `ibis/config.py`.
204
203
kwargs
205
204
Keyword arguments
206
205
@@ -247,7 +246,7 @@ def to_polars(
247
246
Mapping of scalar parameter expressions to value.
248
247
limit
249
248
An integer to effect a specific row limit. A value of `None` means
250
- " no limit" . The default is in `ibis/config.py`.
249
+ no limit. The default is in `ibis/config.py`.
251
250
kwargs
252
251
Keyword arguments
253
252
@@ -283,7 +282,7 @@ def to_pyarrow_batches(
283
282
Ibis expression to export to pyarrow
284
283
limit
285
284
An integer to effect a specific row limit. A value of `None` means
286
- " no limit" . The default is in `ibis/config.py`.
285
+ no limit. The default is in `ibis/config.py`.
287
286
params
288
287
Mapping of scalar parameter expressions to value.
289
288
chunk_size
0 commit comments