modin.pandas.to_snowflake¶
- modin.pandas.to_snowflake(obj: Union[DataFrame, Series], name: Union[str, Iterable[str]], if_exists: Optional[Literal['fail', 'replace', 'append']] = 'fail', index: bool = True, index_label: Optional[Union[Hashable, Sequence[Hashable]]] = None, table_type: Literal['', 'temp', 'temporary', 'transient'] = '') None [source]¶