-
Notifications
You must be signed in to change notification settings - Fork 3
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
Reshape #199
Open
gergelyattilakiss
wants to merge
18
commits into
main
Choose a base branch
from
0.5-dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Reshape #199
Commits on Jul 21, 2024
-
no tests yet ```julia julia> df 4×3 DataFrame Row │ i j x │ Int64 Int64 Int64 ─────┼───────────────────── 1 │ 1 1 1 2 │ 2 1 2 3 │ 1 2 3 4 │ 2 2 4 julia> @with df @reshape wide x, i(i) j(j) Kezdi.jl> @reshape_wide x, i(i) j(j) 2×3 DataFrame Row │ i x1 x2 │ Int64 Int64? Int64? ─────┼─────────────────────── 1 │ 1 1 3 2 │ 2 2 4 ```
Configuration menu - View commit details
-
Copy full SHA for 6119a75 - Browse repository at this point
Copy the full SHA 6119a75View commit details
Commits on Jul 26, 2024
-
bugfix: double vectorization in replace
- fixes #182 - new test added - 405/405 tests pass - version bumped to 0.5.1
Configuration menu - View commit details
-
Copy full SHA for a79bc3a - Browse repository at this point
Copy the full SHA a79bc3aView commit details -
bugfix: double vectorization in replace
- fixes #182 - new test added - 405/405 tests pass - version bumped to 0.5.1
Configuration menu - View commit details
-
Copy full SHA for c07d23b - Browse repository at this point
Copy the full SHA c07d23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81baab6 - Browse repository at this point
Copy the full SHA 81baab6View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98641b3 - Browse repository at this point
Copy the full SHA 98641b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1b71b - Browse repository at this point
Copy the full SHA ec1b71bView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d0fc3b - Browse repository at this point
Copy the full SHA 4d0fc3bView commit details -
Implement multiple i() variables in
@reshape wide
- re #172 - update documentation - tests added - 458/458 pass
Configuration menu - View commit details
-
Copy full SHA for eb68c23 - Browse repository at this point
Copy the full SHA eb68c23View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6d5710 - Browse repository at this point
Copy the full SHA d6d5710View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac881ff - Browse repository at this point
Copy the full SHA ac881ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2408e2e - Browse repository at this point
Copy the full SHA 2408e2eView commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb638a1 - Browse repository at this point
Copy the full SHA eb638a1View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 643a672 - Browse repository at this point
Copy the full SHA 643a672View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2845d3 - Browse repository at this point
Copy the full SHA e2845d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9cc37 - Browse repository at this point
Copy the full SHA 0b9cc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc286ce - Browse repository at this point
Copy the full SHA fc286ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd447b - Browse repository at this point
Copy the full SHA cfd447bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec53817 - Browse repository at this point
Copy the full SHA ec53817View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.