pyarrow.compute.DayOfWeekOptions#
- class pyarrow.compute.DayOfWeekOptions(*, count_from_zero=True, week_start=1)#
- Bases: - _DayOfWeekOptions- Options for the day_of_week function. - Parameters:
 - __init__(self, *, count_from_zero=True, week_start=1)#
 - Methods - __init__(self, *[, count_from_zero, week_start])- deserialize(buf)- Deserialize options for a function. - serialize(self)- static deserialize(buf)#
- Deserialize options for a function. - Parameters:
- bufBuffer
- The buffer containing the data to deserialize. 
 
- buf
 
 - serialize(self)#
 
 
    