Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink DataFrame
    • DataFrame
    • DataFrame Creation
    • Input / Output
    • SQL
    • Data Types
    • User Defined Functions
    • Configuration
    • Catalog
    • GPU Support
    • AI / LLM
    • Multimodal Expressions
  • PyFlink Multimodal
  • PyFlink Table
  • PyFlink DataStream
  • PyFlink Common

pyflink.dataframe.from_arrow#

from_arrow(table: Any, schema: Optional[List[str]] = None, watermark: Optional[Tuple[str, str]] = None) → pyflink.dataframe.dataframe.DataFrame[source]#

Create a DataFrame from a PyArrow Table.

Parameters
  • table – The PyArrow Table.

  • schema – Optional list of column names. If None, uses Arrow column names.

  • watermark – Optional (column, expression) event-time watermark definition.

Returns

A new DataFrame instance.

previous

pyflink.dataframe.from_pandas

next

pyflink.dataframe.from_dict

Show Source

Created using Sphinx 4.5.0.