python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What is the purpose of "r" before "..." in DataFrames.jl
I noticed people using r"..". What is it for? thanks
siebenstein
Votes: 0
Answers: 2
How to refer to non-standard column names in DataFrames.jl
I have a data table containing some columns that have spaces in their names. How I can reference these columns by name (e.g. Column 1) if I want to select just that column of the dataframe? I tried da...
siebenstein
Votes: 0
Answers: 1
Julia CUDA - Saving intermediate kernel results without CPU
Consider the following CUDA kernel, which computes the mean of each row of a 2-D matrix.
using CUDA
function mean!(x, n, out)
"""out = sum(x, dims=2)"""
row_idx ...
A is for Ambition
Votes: 0
Answers: 1
Package set-up not propagating to workers with Distributed
Info:
$ julia --version
julia version 1.6.0
$ lscpu
~/root/MyPackage$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Lit...
Daniel Soutar
Votes: 0
Answers: 3