Taylor Turner
Taylor Turner
https://github.com/capitalone/DataProfiler/tree/feature/polars
Don't think we actually do based on the workflow just kicking off when the `release is created`
https://github.com/capitalone/DataProfiler/blob/main/.github/workflows/publish-python-package.yml
Thanks for your kinds words, @tcCeligo! Thanks for your detailed issue you've raised here -- the use case you have laid out here for more nested data profiling it definitely...
Yeah, that's totally fair -- I think the short and sweet of it is that current state doesn't support the nested columns. I would try to flatten the dataframe /...
Depends on how many columns you are also dealing with, but my first though is you should be fine at that data size with pandas, @gracemiguel. Thanks!
@gracemiguel any additional questions on this? Any luck using? Thanks!
Yes, definitely would want to ensure coverage with testing for sure @junholee6a
Hey @anxti, thanks for opening an issue here. Please fill out the rest of the issue template with a code snippet to reproduce / example data you are using --...
You'll want to rebase onto `dev`... had some other PRs from @gliptak merge into `dev` this morning. Have you done rebases before, @carlsonp?