ankane/ruby-polars

First-time contribution

Closed this issue · 1 comments

arbox commented

Hey @ankane,

I'd like to dive into Polars code and make something useful with it.

Do you have an idea for the first-time contribution? Something the project needs and you have no time for.

Is the feature parity to Python API already achieved?

Thank you :)

ankane commented

Hi @arbox, adding support for the schema_overrides option to DataFrame.new could be a good candidate. There are also a number of other places with todo (case-insensitive) in the code. It's essentially porting code from py-polars.