Skip to content

Commit 0ec5d45

Browse files
author
Vijay Vaidyanathan
committed
DOC: Provide examples of using read_parquet pandas-dev#49739 (with minor fixes)
1 parent 694700e commit 0ec5d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parquet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def read_parquet(
588588
True
589589
>>> restored_bar = pd.read_parquet(BytesIO(df_parquet_bytes), columns=["bar"])
590590
>>> restored_bar
591-
bar
591+
bar
592592
0 5
593593
1 6
594594
2 7

0 commit comments

Comments
 (0)