If you already have Python package that fits your use-case, you might as well use it with reticulate package.
From the looks of it, the return value is a dataframe, so it maps quite nicely from pandas dataframe to R's dataframe that you can use for other analysis you might do.