Skip to content

Commit 761b92e

Browse files
Making read_iceberg experimental
1 parent 735c48c commit 761b92e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/source/reference/io.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ Iceberg
163163

164164
read_iceberg
165165

166+
.. warning:: ``read_iceberg`` is experimental and may change without warning.
167+
166168
ORC
167169
~~~
168170
.. autosummary::

pandas/io/iceberg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ def read_iceberg(
2121
"""
2222
Read an Apache Iceberg table into a pandas DataFrame.
2323
24+
.. warning::
25+
26+
read_iceberg is experimental and may change without warning.
27+
2428
Parameters
2529
----------
2630
table_identifier : str

0 commit comments

Comments
 (0)