這是對此SO-post的後續問題。 鑑於這個代碼塊(csvData1是.csv文件。) let mappedSeq1 = seq { for csvRow in csvData1 do yield (csvRow.[2], csvRow.[5]) }
for x in mappedSeq1 do
printfn "%A" x
如果我不希望將序列的每個元素解壓到x和第二VAL,我們
我是F#的全新品牌,所以我很抱歉如果我使用不正確的名稱作爲事情。 我試圖使用F#分析一個網頁看起來是這樣的: <!--This is simplified, in reality there are more divs, anchors etc. -->
<html>
<body>
<div class="pr-single"><a href="http://google.ca">G
我有我與SEQ函數創建值的列表 x <- (seq(0,10080,by=50))
我想在新列添加在我的數據幀的值稱爲sequence其中值的mycol是i和x中的i + 1個的元件 第一之間迭代 test<-sqldf('select *, case when (mycol> first value of x and mycol <= second value of x) then **se