I have a messy column in a csv file (column A of the dataframe). using CSV, DataFrames df = DataFrame(A = ["1", "3", "-", "4", missing, "9"], B = ["M", "F", "R
The code for Mohammad Nauman's excellent book shows this (for Julia 1.5.3): using Flux, Statistics using Flux.Data.MNIST using Flux: onehotbatch Which fails u
Im looking for a function like Pythons "foobar, bar, foo".count("foo") Could not find any functions that seemed able to do this, in a obvious way. Looking fo
With Julia 1.6's download function, the typical behavior is to output to a file. How can I save the result directly to something in memory? E.g. I'd like someth
I installed Julia 1.5.3 on my Linux Mint 20 system. I copied the Julia files in julia-1.5.3-linux-x86_64.tar.gz to /opt/julia-1.5.3/, adjacent to the folder /o
Title says it all. How can I handle or catch a SIGINT in julia? From the docs I assumed I just wanted to catch InterruptException using a try/catch block like t