Hi all,
Would it be possible to support other forms of data input for rvt.data()? The current function only takes in the file path of a csv file, but often times pre-existing data comes in different forms (e.g., parquet, rds), or we might want to load a custom created pandas / polars dataframe.
Hi all,
Would it be possible to support other forms of data input for
rvt.data()? The current function only takes in the file path of a csv file, but often times pre-existing data comes in different forms (e.g., parquet, rds), or we might want to load a custom created pandas / polars dataframe.