ngriffiths13 / polars-trading

A collection of helpful polars plugins and functions for market data processing.
29 stars 3 forks source link

README demo, PyPI #8

Open MarcoGorelli opened 1 month ago

MarcoGorelli commented 1 month ago

Hey - fancy adding a little example on the readme of how your plugin can be used? Just something like

import polars as pl
import polars_trading

df = ...
print(df.with_columns(polars_trading....))

would make it easier for people to get started with it

It might also be good to put it on PyPI? see https://github.com/MarcoGorelli/polars-reverse-geocode/blob/main/.github/workflows/CI.yml and https://marcogorelli.github.io/polars-plugins-tutorial/publishing/

ngriffiths13 commented 1 month ago

Hey @MarcoGorelli. I am just getting back to actively working on this repo. I plan on releasing a first version in the next week or so. That will include a README with a getting started! I put the first version of this repo up way to fast and was unhappy with it, so I started over and am developing more intentionally. But I will get these out soon!