TidierOrg / TidierData.jl

Tidier data transformations in Julia, modeled after the dplyr/tidyr R packages.
MIT License
86 stars 7 forks source link

fill, docstring, istypes, benchmark #30

Closed drizk1 closed 1 year ago

drizk1 commented 1 year ago
drizk1 commented 1 year ago

draft.

drizk1 commented 1 year ago

Ready for review.

jk not yet.

now its ready. removed is_categorical because I will just throw that in TidierCats to minimize adding new deps.

kdpsingh commented 1 year ago

Thank you for working on this! Will take a look this weekend. My VSCode is acting up right now.

kdpsingh commented 1 year ago

Nice job on fixing the doctests! I'll got through these next week. There's a lot in this PR, so I want to make sure we get each new macro/function right.

I agree with moving is_categorical() into TidierCats.

drizk1 commented 1 year ago

Sounds good. Only thing I couldn't figure out was the doc test output for slice_sample because it shows a random set of rows. I tried setting a seed but that did not work either so I suppressed output w ; I also didn't know if there was another way I should do it beside using randperm

kdpsingh commented 1 year ago

I have ideas on how to fix.

kdpsingh commented 1 year ago

No worries about the failing tests, has to do with dependencies. Will come back to this.