We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735c48c commit 761b92eCopy full SHA for 761b92e
doc/source/reference/io.rst
@@ -163,6 +163,8 @@ Iceberg
163
164
read_iceberg
165
166
+.. warning:: ``read_iceberg`` is experimental and may change without warning.
167
+
168
ORC
169
~~~
170
.. autosummary::
pandas/io/iceberg.py
@@ -21,6 +21,10 @@ def read_iceberg(
21
"""
22
Read an Apache Iceberg table into a pandas DataFrame.
23
24
+ .. warning::
25
26
+ read_iceberg is experimental and may change without warning.
27
28
Parameters
29
----------
30
table_identifier : str
0 commit comments