Need help using polars_ta_extension from Explorer

I’m interested in using polars_ta_extension to calculate different indicators within my polars dataframes. The only problem is I’m not sure where to start. Maybe someone here has already started this work? If not I would be interested in making something. Any input is welcome. Thanks and namaste

1 Like

I don’t know this would work in this case as I think that extension is for the Python version of polars and hooking into Ta-Lib which is also Python :snake:.

Explorer uses the Rust version of Polars using NIF bindings and I’m sure is better in all sorts of ways than having it in Python, but Python always gets all the fun stuff like Ta-Lib.

The extension source code above seems to be all in Rust, so we should be able to plug into Explorer as well. Although we would need to define an extension system in Explorer though.

1 Like

:pray: I don’t know how I missed that. I think I ran away when I saw pip install. In that case the possibilities could be amazing

1 Like