当我尝试使用FSI(4.1)运行F#脚本时,我在Windows命令shell上出现此错误:
open System
open System.Windows.Forms
open System.Drawing
我尝试用#I和#r引用标准库,但还没有找到让它运行的方法。
脚本文件使用:
C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\
C:\Windows\Microsoft.NET\Framework\v4.0.30319\
当代码发送到F#Interactive时,脚本在Visual Studio代码中运行良好。
F#和.NET文件的位置:
>>> df[~(df.Art.astype(str).str.endswith("0") & df.Art.astype(str).str[:2].duplicated(keep=False))]
Art Sum
1 211 120
2 212 180
3 310 250
5 421 650
>>>