Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Julia

0 votes
1.4k views
1 answer
    Imagine I have a dataframe df=DataFrame(A=rand(5),B=["8", "9", "4", "3", "12"]) What I ... //stackoverflow.com/questions/65838873/convert-a-column-from-string-to-int-in-dataframe...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have two histograms (both with the same bin size) and i want to compare each bin. I already ... questions/65866191/how-can-i-calculate-the-difference-between-two-histograms...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
930 views
1 answer
    I am trying to solve a sensitivity analysis using Julia (JUMP). I am stuck at the following problem: I am ... /65874081/julia-jump-declare-array-with-variable-upper-and-lower-limit...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Does anyone know if there is a package in Julia that allows capturing a wide range of emoticons/emojis ... from:https://stackoverflow.com/questions/65915931/capturing-emoticons...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Is there a way to edit a field in JuliaDB? I want to modify column y where column x == 4. using JuliaDB ... ://stackoverflow.com/questions/65545926/how-to-edit-a-row-in-juliadb...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am running a Julia script while ssh'ed into a Linux cluster. The code loads matplotlib as the following: import ... /matplotlib-not-found-when-trying-to-run-code-in-linux-cluster...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
961 views
1 answer
    I cannot for the life of me figure out how to use Cumulants.jl to get moments or cumulants from some data. ... .com/questions/65602034/cannot-figure-out-simple-use-of-cumulants-jl...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am wondering if there is a way in Julia DataFrames to join multiple data frames in one go, using ... :https://stackoverflow.com/questions/65649732/joining-multiple-data-frames...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am trying out the Julia DataFrames module. I am interested in it so I can use it to plot simple simulations ... /26201005/julia-create-an-empty-dataframe-and-append-rows-to-it...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
877 views
1 answer
    I am wondering if there is a way in Julia DataFrames to join multiple data frames in one go, using ... :https://stackoverflow.com/questions/65649732/joining-multiple-data-frames...
asked Apr 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Consider (考虑) x = rand([missing, rand(Int, 100)...], 1_000_000) which yields typeof(x) = Array{Union{Missing, Int64},1} . (产 ... 算x的遗失次数最有效的方法是什么?) ask by xiaodai translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Consider (考虑) x = rand([missing, rand(Int, 100)...], 1_000_000) which yields typeof(x) = Array{Union{Missing, Int64},1} . (产 ... 算x的遗失次数最有效的方法是什么?) ask by xiaodai translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How can I display an image using Gtk with Julia? (如何使用Gtk和Julia显示图像?) In my GUI, I have a button set up so when I ... Gtk.jl Docs中找到任何有关它的文档 ) ask by Mahmut215 translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    How can I display an image using Gtk with Julia? (如何使用Gtk和Julia显示图像?) In my GUI, I have a button set up so when I ... Gtk.jl Docs中找到任何有关它的文档 ) ask by Mahmut215 translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How do I define a pointer to a variable or list element in Julia? (如何在Julia中定义指向变量或列表元素的指针?)I have tried reading some ... ,但对于在Julia中使用指针感到非常困惑 ) ask by bitWise translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How do I define a pointer to a variable or list element in Julia? (如何在Julia中定义指向变量或列表元素的指针?)I have tried reading some ... ,但对于在Julia中使用指针感到非常困惑 ) ask by bitWise translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Done this multiple times before on Windows machines with no issues. (在Windows机器上完成此操作之前没有问题 )But after installing Julia Pro ... 天时间试图解决这个问题!) ask by rendermonster translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How do I define a pointer to a variable or list element in Julia? (如何在Julia中定义指向变量或列表元素的指针?)I have tried reading some ... ,但对于在Julia中使用指针感到非常困惑 ) ask by bitWise translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Consider (考虑) x = rand([missing, rand(Int, 100)...], 1_000_000) which yields typeof(x) = Array{Union{Missing, Int64},1} . (产 ... 算x的遗失次数最有效的方法是什么?) ask by xiaodai translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Done this multiple times before on Windows machines with no issues. (在Windows机器上完成此操作之前没有问题 )But after installing Julia Pro ... 天时间试图解决这个问题!) ask by rendermonster translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Done this multiple times before on Windows machines with no issues. (在Windows机器上完成此操作之前没有问题 )But after installing Julia Pro ... 天时间试图解决这个问题!) ask by rendermonster translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have the following training data in CuArrays. (我在CuArrays中有以下训练数据 ) X: 300 8544 CuArray{Float32,2,Nothing} y: 5 8544 ... this? (我该如何解决?) ask by D.Danier translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have the following training data in CuArrays. (我在CuArrays中有以下训练数据 ) X: 300 8544 CuArray{Float32,2,Nothing} y: 5 8544 ... this? (我该如何解决?) ask by D.Danier translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
976 views
1 answer
    I have this code to optimise a function using the IPNewton method (error.jl): import Optim """ Generate a matrix of ... But why is it attempting to convert it to an integer??...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have some amount of code in R left over from my past research. It's not very fast, but it works. Julia generously ... code, Pluto will give an error. How to solve this problem?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
979 views
1 answer
    I cannot for the life of me figure out how to use Cumulants.jl to get moments or cumulants from some data. I find the ... out how to get the first m cumulants as a vector easily....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to plot this function r1(ω,t) for a certain value of ω, parameterized by t (time) (in the x-y plane) ... for Julia things online, I really suck at it at the moment. Thanks...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to plot this function r1(ω,t) for a certain value of ω, parameterized by t (time) (in the x-y plane) ... for Julia things online, I really suck at it at the moment. Thanks...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...