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
5432
5432
df = pd.read_iceberg(" my_table" , catalog_name = " my_catalog" )
5433
5433
5434
5434
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
5436
5436
``catalog_properties `` parameter:
5437
5437
5438
5438
.. code-block :: python
Original file line number Diff line number Diff line change 36
36
"pandas._libs.internals" ,
37
37
"_unpickle_block" ,
38
38
),
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"
40
40
("pandas._libs.tslibs.nattype" , "__nat_unpickle" ): (
41
41
"pandas._libs.tslibs.nattype" ,
42
42
"_nat_unpickle" ,
You can’t perform that action at this time.
0 commit comments