Skip to content

Commit 4bb7434

Browse files
author
Vijay Vaidyanathan
committed
DOC: Provide examples of using read_parquet pandas-dev#49739 - fix formatting failed checks
1 parent bc3c5d4 commit 4bb7434

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/io/parquet.py

-2
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ def read_parquet(
563563
564564
Examples
565565
--------
566-
>>> import pandas as pd
567566
>>> original_df = pd.DataFrame(
568567
... {{"foo": range(5), "bar": range(5, 10)}}
569568
... )
@@ -612,7 +611,6 @@ def read_parquet(
612611
foo bar
613612
0 3 8
614613
1 4 9
615-
616614
"""
617615

618616
impl = get_engine(engine)

0 commit comments

Comments
 (0)