rbartpackages.base.DataFrame¶
- class rbartpackages.base.DataFrame(*args, **kwargs)[source]¶
Duck type of the dataframe arguments accepted by the wrappers.
Both
pandas.DataFrameand polars.DataFrame match; they are converted to R data frames, with categorical columns becoming factors.