Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
-
-
-
A hands-on tutorial on the DataFrames.jl package
Jupyter Notebook 5
746 contributions in the last year
Activity overview
Contributed to
JuliaData/DataFrames.jl,
JuliaData/CategoricalArrays.jl,
JuliaLang/julia
and 5 other
repositories
Contribution activity
September 2020
- bkamins/TableTraits.jl Julia
Created a pull request in JuliaData/DataFrames.jl that received 6 comments
remove dependency on CategoricalArrays.jl in legacy show
Using reflection is the best what could come up with unless there is a solution to https://stackoverflow.com/questions/63860020/how-to-get-a-list-o…
+12
−36
•
6
comments
- Remove mutating examples for adding new columns
- [WIP] Implement transpose
- [BREAKING] Use DataAPI.refpool for optimized grouping
- Fix a typo for outerjoin(); no :kind argument.
- [BREAKING] Add PrettyTables.jl backend for printing DataFrames
- Left align pandas comparison tables
- Update index.md to include AutoMLPipeline
- Add pandas comparison
- Add canonical URL to manual
- [BREAKING] Stop reexporting CategoricalArrays
Created an issue in JuliaData/DataFrames.jl that received 13 comments
[BREAKING] Handling of ByRow
In preparation for allowing producing multiple columns in select and transform we have the following decision to be made, as indicated to me by @na…
13
comments
- Improve documentation of column selectors
- Investigate performance of aggregations
- Resolve type instability issues in aggregation
- make sure aggregation uses fast path if a single column is used
- add transpose(df, src_namescol, dst_namescol)
- do we want combine(df, pair) to behave the same way as combine(pair, df)?