General Functions¶
Conversion from Pandas¶
Top-level dealing with datetimelike data¶
Note
to_datetime
currently supports only BodoSeries and BodoDataFrame inputs. Passing arguments of other types will trigger a fallback to Pandas.
Top-level missing data¶
Note
isna
, isnull
, notna
, and notnull
currently support only BodoSeries and scalar inputs (e.g., integers, strings). Passing other types will trigger a fallback to Pandas.