hipdf.DataFrame.to_struct

hipdf.DataFrame.to_struct#

20 min read time

Applies to Linux

DataFrame.to_struct(name=None)#

Return a struct Series composed of the columns of the DataFrame.

Parameters#

name: optional

Name of the resulting Series

Notes#

Note that a copy of the columns is made.