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

make permutedims more flexible #3004

Merged
merged 7 commits into from
Feb 17, 2022
Merged

make permutedims more flexible #3004

merged 7 commits into from
Feb 17, 2022

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Feb 16, 2022

Fixes #3003.

This is good for review.

@bkamins bkamins added this to the 1.4 milestone Feb 16, 2022
contained in the `src_namescol` are not all `Symbol` or all `AbstractString`,
or can all be converted to `AbstractString` using `convert`. If `false`
then any values are accepted and the will be changed to strings using
the `string` function.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
the `string` function.
the [`string`](@ref) function.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nalimilan would such reference to Base Julia work?

CC @mortenpi

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I have accidentally committed this suggestion, but the question remains)

Thank you!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK - no need to answer - CI gave me the answer. I revert the change.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes sorry that doesn't work indeed. So my net contribution to this PR is clearly negative...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your 1 PR approval is worth 1000 LOC of contribution 😄

src/abstractdataframe/reshape.jl Outdated Show resolved Hide resolved
bkamins and others added 2 commits February 17, 2022 09:29
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins bkamins merged commit 49c6251 into main Feb 17, 2022
@bkamins bkamins deleted the bk/fix_permutedims branch February 17, 2022 22:03
@bkamins
Copy link
Member Author

bkamins commented Feb 17, 2022

Thank you!

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

Successfully merging this pull request may close these issues.

permutedims with CategoricalArray
3 participants