Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements Series.split_into/3 #873

Merged
merged 8 commits into from Mar 5, 2024

Conversation

ryancurtin
Copy link
Contributor

@ryancurtin ryancurtin commented Mar 3, 2024

Implements the Series.split_into/3 function, which closes #871. String columns can be split into a struct with multiple fields.

lib/explorer/series.ex Outdated Show resolved Hide resolved
@josevalim
Copy link
Member

This is looking great so far @ryancurtin! The last step is to implement the feature for the lazy backend as well and add a test. The lazy backend is the one used inside DF.mutate and friends. You can see other PRs, such as this one, for examples: #859

@ryancurtin
Copy link
Contributor Author

@josevalim - Ok, I've re-requested review since I've now implemented the lazy backend and added some tests using a DataFrame. Thank you again for your help!

lib/explorer/series.ex Outdated Show resolved Hide resolved
@josevalim
Copy link
Member

Three remaining comments and we will ship it :D

lib/explorer/series.ex Outdated Show resolved Hide resolved
@ryancurtin
Copy link
Contributor Author

Thanks again @josevalim and @lkarthee - I've made the suggested changes!

@josevalim josevalim merged commit ad43e04 into elixir-explorer:main Mar 5, 2024
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split string column into multiple columns (feature request / use case)
4 participants