rust把我逼成孔乙己了
本文转载于9090社区,帖子链接:https://qq9090.top/thread-603412-1-1.html
作者: java 时间: 2026-5-9 11:53取一个csv,文件路径 写法等价 。。。。
LazyCsvReader::new(PlRefPath::new("D:/rust_code/polars_demo/src/iris.csv")) LazyCsvReader::new(PlRefPath::new("D:\\rust_code\\polars_demo\\src\\iris.csv"))
LazyCsvReader::new(PlRefPath::new(r"D:\rust_code\polars_demo\src\iris.csv"))
LazyCsvReader::new(r"D:\rust_code\polars_demo\src\iris.csv".into())
LazyCsvReader::new(r"D:/rust_code/polars_demo/src/iris.csv".into())
作者: 小白鸽 时间: 2026-5-9 11:56
厉害, 我习惯用r原始字符串写法
作者: 守法良民 时间: 2026-5-9 12:57
rust适合搞什么方面的开发?
本文转载于9090社区,帖子链接:https://qq9090.top/thread-603412-1-1.html