File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5432,7 +5432,7 @@ A simple example loading all data from an Iceberg table ``my_table`` defined in
54325432 df = pd.read_iceberg(" my_table" , catalog_name = " my_catalog" )
54335433
54345434 Catalogs must be defined in the ``.pyiceberg.yaml `` file, usually in the home directory.
5435- It is possible to to change properties of the catalog definition with the
5435+ It is possible to change properties of the catalog definition with the
54365436``catalog_properties `` parameter:
54375437
54385438.. code-block :: python
Original file line number Diff line number Diff line change 3636 "pandas._libs.internals" ,
3737 "_unpickle_block" ,
3838 ),
39- # Avoid Cython's warning "contradiction to to Python 'class private name' rules"
39+ # Avoid Cython's warning "contradiction to Python 'class private name' rules"
4040 ("pandas._libs.tslibs.nattype" , "__nat_unpickle" ): (
4141 "pandas._libs.tslibs.nattype" ,
4242 "_nat_unpickle" ,
You can’t perform that action at this time.
0 commit comments