- 👋 Hi, I’m @EuRoXy
- 👀 I’m interested in sciences, technology and languages
- 🌱 I’m currently backend dev using JavaScript
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
EuRoXy
Follow
🎯
Focusing
Pinned Loading
-
sys funcs in julia
sys funcs in julia 1### I/O
2```
3open("xy.txt", "w") do io
4for line in eachline(io)
5write(io, "EuRoXy")
-
memo for DataFrames.jl
memo for DataFrames.jl 1# split-apply-combine
2gx = groupby(x, [:id1, :id2])
3parent(gx)
4vcat(gx...) # back to df # or
5DataFrame(gx, keepkeys=false)
-
DataScience
DataScience PublicForked from JuliaAcademy/DataScience
Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar
Jupyter Notebook
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.