@@ -2229,8 +2229,8 @@ def to_excel(
2229
2229
For compatibility with :meth:`~DataFrame.to_csv`,
2230
2230
to_excel serializes lists and dicts to strings before writing.
2231
2231
2232
- Once a workbook has been saved it is not possible write further data
2233
- without rewriting the whole workbook.
2232
+ Once a workbook has been saved it is not possible to write further
2233
+ data without rewriting the whole workbook.
2234
2234
2235
2235
Examples
2236
2236
--------
@@ -2366,9 +2366,9 @@ def to_json(
2366
2366
suitable format for JSON. Should receive a single argument which is
2367
2367
the object to convert and return a serialisable object.
2368
2368
lines : bool, default False
2369
- If 'orient' is 'records' write out line delimited json format. Will
2370
- throw ValueError if incorrect 'orient' since others are not list
2371
- like.
2369
+ If 'orient' is 'records' write out line- delimited json format. Will
2370
+ throw ValueError if incorrect 'orient' since others are not
2371
+ list- like.
2372
2372
2373
2373
compression : {{'infer', 'gzip', 'bz2', 'zip', 'xz', None}}
2374
2374
@@ -2669,7 +2669,7 @@ def to_hdf(
2669
2669
--------
2670
2670
read_hdf : Read from HDF file.
2671
2671
DataFrame.to_parquet : Write a DataFrame to the binary parquet format.
2672
- DataFrame.to_sql : Write to a sql table.
2672
+ DataFrame.to_sql : Write to a SQL table.
2673
2673
DataFrame.to_feather : Write out feather-format for DataFrames.
2674
2674
DataFrame.to_csv : Write out to a csv file.
2675
2675
0 commit comments