We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0512dd commit 7e444c7Copy full SHA for 7e444c7
awswrangler/s3/_read_parquet.py
@@ -266,8 +266,8 @@ def _arrowtable2df(
266
df = _utils.ensure_df_is_mutable(df=df)
267
if metadata:
268
_logger.debug("metadata: %s", metadata)
269
- df = _apply_index(df=df, metadata=metadata)
270
df = _apply_timezone(df=df, metadata=metadata)
+ df = _apply_index(df=df, metadata=metadata)
271
return df
272
273
0 commit comments