File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ such as the row groups and column chunk metadata and statistics:
307307 >> > metadata.row_group(0 ).column(0 )
308308 < pyarrow._parquet.ColumnChunkMetaData object at ... >
309309 file_offset: 0
310- file_path:
310+ file_path:
311311 physical_type: DOUBLE
312312 num_values: 3
313313 path_in_schema: one
@@ -697,7 +697,6 @@ if specified as a URI:
697697
698698.. code-block :: python
699699
700-
701700 >> > table = pq.read_table(" s3://bucket/object/key/prefix" ) # doctest: +SKIP
702701
703702 Other filesystems can still be supported if there is an
@@ -772,12 +771,12 @@ defined by :class:`pyarrow.parquet.encryption.KmsClient` as following:
772771 ... pe.KmsClient.__init__ (self )
773772 ... # Any KMS-specific initialization based on
774773 ... # kms_connection_configuration comes here
775- ...
774+ ...
776775 ... def wrap_key (self , key_bytes , master_key_identifier ):
777776 ... wrapped_key = ... # call KMS to wrap key_bytes with key specified by
778777 ... # master_key_identifier
779778 ... return wrapped_key
780- ...
779+ ...
781780 ... def unwrap_key (self , wrapped_key , master_key_identifier ):
782781 ... key_bytes = ... # call KMS to unwrap wrapped_key with key specified by
783782 ... # master_key_identifier
Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ session time zone is still PST:
145145 < class ' pandas.core.frame.DataFrame' >
146146 RangeIndex: 1 entries, 0 to 0
147147 Data columns (total 2 columns):
148- # Column Non-Null Count Dtype
149- -- - ------ -------------- ---- -
148+ # Column Non-Null Count Dtype
149+ -- - ------ -------------- ---- -
150150 0 naive 1 non- null datetime64[ns]
151151 1 aware 1 non- null datetime64[ns]
152152 dtypes: datetime64[ns](2 )
You can’t perform that action at this time.
0 commit comments