Eventual-Inc / Daft

Distributed DataFrame for Python designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
1.76k stars 105 forks source link

[FEAT] Add string repeat functionality #2198

Closed murex971 closed 2 weeks ago

murex971 commented 2 weeks ago

Resolves #2074

murex971 commented 2 weeks ago

I don't think we need to create an iterator for n, and I think that I may have done this in a previous refactor for str.left and str.right. Can you check that this works and if so, help refactor for left and right as well?

@colin-ho done