Skip to content

Commit 7e444c7

Browse files
gblivegbliveigorborgest
authored andcommitted
timezone should be applied before index is set
1 parent e0512dd commit 7e444c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/s3/_read_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ def _arrowtable2df(
266266
df = _utils.ensure_df_is_mutable(df=df)
267267
if metadata:
268268
_logger.debug("metadata: %s", metadata)
269-
df = _apply_index(df=df, metadata=metadata)
270269
df = _apply_timezone(df=df, metadata=metadata)
270+
df = _apply_index(df=df, metadata=metadata)
271271
return df
272272

273273

0 commit comments

Comments
 (0)