@@ -229,8 +229,9 @@ def json(self, path, schema=None, primitivesAsString=None, prefersDecimal=None,
229
229
follow the formats at ``java.time.format.DateTimeFormatter``. This
230
230
applies to date type. If None is set, it uses the
231
231
default value, ``yyyy-MM-dd``.
232
- :param timestampFormat: sets the string that indicates a timestamp format. Custom date
233
- formats follow the formats at ``java.time.format.DateTimeFormatter``.
232
+ :param timestampFormat: sets the string that indicates a timestamp format.
233
+ Custom date formats follow the formats at
234
+ ``java.time.format.DateTimeFormatter``.
234
235
This applies to timestamp type. If None is set, it uses the
235
236
default value, ``yyyy-MM-dd'T'HH:mm:ss.SSSXXX``.
236
237
:param multiLine: parse one record, which may span multiple lines, per file. If None is
@@ -409,8 +410,9 @@ def csv(self, path, schema=None, sep=None, encoding=None, quote=None, escape=Non
409
410
follow the formats at ``java.time.format.DateTimeFormatter``. This
410
411
applies to date type. If None is set, it uses the
411
412
default value, ``yyyy-MM-dd``.
412
- :param timestampFormat: sets the string that indicates a timestamp format. Custom date
413
- formats follow the formats at ``java.time.format.DateTimeFormatter``.
413
+ :param timestampFormat: sets the string that indicates a timestamp format.
414
+ Custom date formats follow the formats at
415
+ ``java.time.format.DateTimeFormatter``.
414
416
This applies to timestamp type. If None is set, it uses the
415
417
default value, ``yyyy-MM-dd'T'HH:mm:ss.SSSXXX``.
416
418
:param maxColumns: defines a hard limit of how many columns a record can have. If None is
@@ -806,8 +808,9 @@ def json(self, path, mode=None, compression=None, dateFormat=None, timestampForm
806
808
follow the formats at ``java.time.format.DateTimeFormatter``. This
807
809
applies to date type. If None is set, it uses the
808
810
default value, ``yyyy-MM-dd``.
809
- :param timestampFormat: sets the string that indicates a timestamp format. Custom date
810
- formats follow the formats at ``java.time.format.DateTimeFormatter``.
811
+ :param timestampFormat: sets the string that indicates a timestamp format.
812
+ Custom date formats follow the formats at
813
+ ``java.time.format.DateTimeFormatter``.
811
814
This applies to timestamp type. If None is set, it uses the
812
815
default value, ``yyyy-MM-dd'T'HH:mm:ss.SSSXXX``.
813
816
:param encoding: specifies encoding (charset) of saved json files. If None is set,
@@ -907,8 +910,9 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
907
910
follow the formats at ``java.time.format.DateTimeFormatter``. This
908
911
applies to date type. If None is set, it uses the
909
912
default value, ``yyyy-MM-dd``.
910
- :param timestampFormat: sets the string that indicates a timestamp format. Custom date
911
- formats follow the formats at ``java.time.format.DateTimeFormatter``.
913
+ :param timestampFormat: sets the string that indicates a timestamp format.
914
+ Custom date formats follow the formats at
915
+ ``java.time.format.DateTimeFormatter``.
912
916
This applies to timestamp type. If None is set, it uses the
913
917
default value, ``yyyy-MM-dd'T'HH:mm:ss.SSSXXX``.
914
918
:param ignoreLeadingWhiteSpace: a flag indicating whether or not leading whitespaces from
0 commit comments