Learn Data Science with #JuliaLang
In this article we'll cover what artifacts are and how to use them, both as a package user and a package developer. What is an Artifact? In Julia, an artifact is simply a fixed/immutable something that a package needs (that isn't Julia code). This could
Jun 24, 2022 3 min readThis post is an attempt to aggregate all of the cheatsheet resources that Julia community members have created (last updated Nov 9, 2021).
Nov 9, 2021 1 min readA common way to access data is through web APIs that return a JSON response. In this post we'll look at how the XKCD.jl package implements a user-friendly interface for accessing the xkcd webcomic's JSON interface.
Nov 4, 2021 2 min readJuliaCon 2021 has come and gone. I've finally finished getting through my backlog of talks to watch and wanted to share my favorites (that fall under the category of data science).
Aug 17, 2021 5 min readYou'll often find R packages that do not have Julia counterparts. Thankfully, Julia and R work together seamlessly via RCall.jl
Jun 10, 2021 2 min readAnimations tell a story that static images are unable to tell by adding an extra dimension (often time). They are also more engaging to an audience.
May 7, 2021 3 min read first stepsDataFrames.jl [https://github.com/JuliaData/DataFrames.jl] provides the most widely used tabular data [https://www.w3.org/TR/tabular-data-model/#intro] structure in Julia. In this post we'll explore DataFrames using sample data from RDatasets.jl [https://github.com/JuliaStats/RDatasets.jl] (and we'll plot
Apr 22, 2021 4 min readThis post #3 in our First Steps series. Want to learn Julia but don't know where to start? Start here!
Apr 5, 2021 4 min readThis is post #2 in our First Steps series. Want to learn Julia but don't know where to start? Start here!
Mar 30, 2021 4 min read first stepsThis is post #1 in our First Steps series. Want to learn Julia but don't know where to start? Start here!
Mar 25, 2021 2 min readThanks for checking out the Julia for Data Science Newsletter! We post high-quality articles to help you learn Julia with emphasis on data science. Articles range from: * 🚀 Installing and Setting Up Julia. * ⚡ Performance Tips. * ❤️ Tours of Cool Julia Packages. * 🔥 In-Depth Tutorials. * 😀 And more! What Brought You Here? We want to