Artifacts! 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
Cheatsheets This post is an attempt to aggregate all of the cheatsheet resources that Julia community members have created (last updated Nov 9, 2021).
beginner Using JSON Web APIs from Julia A 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.
juliacon The Best Data Science Talks of JuliaCon 2021 JuliaCon 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).
interop Calling R From Julia You'll often find R packages that do not have Julia counterparts. Thankfully, Julia and R work together seamlessly via RCall.jl
Plots Animations with Plots.jl Animations 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...
first steps First Steps #5: Pluto.jl 🎈 Pluto.jl provides a reactive notebook environment specific to Julia.
first steps First Steps #4: Digging Into DataFrames DataFrames.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
first steps First Steps #3: A Primer on Plots This post #3 in our First Steps series. Want to learn Julia but don't know where to start? Start here!
first steps First Steps #2: The REPL This is post #2 in our First Steps series. Want to learn Julia but don't know where to start? Start here!
first steps Featured First Steps #1: Installing Julia This is post #1 in our First Steps series. Want to learn Julia but don't know where to start? Start here!
hello world Featured Welcome! Thanks 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