You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cuDF (rapidsai/cudf#11617 (comment)), ArrowIntervalType is used when creating a cuDF column from an interval arrow array (that can original from pandas). Would it make sense to expose ArrowIntervalType and ArrowPeriodType in the public API?
IIUC these are conceptually different than pd.ArrowType as they are pyarrow extension types (subclass pyarrow.ExtensionType) necessary convert pandas Interval & Period types to pyarrow via __arrow_array__ (? cc @jorisvandenbossche)
In cuDF (rapidsai/cudf#11617 (comment)),
ArrowIntervalType
is used when creating a cuDF column from an interval arrow array (that can original from pandas). Would it make sense to exposeArrowIntervalType
andArrowPeriodType
in the public API?cc @jorisvandenbossche @shwina @galipremsagar
The text was updated successfully, but these errors were encountered: