You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if I am using radian.exe as the default R terminal:
r$> require(polars)
Loading required package: polars
r$> pl$DataFrame(A = 1:4, B = 5:8)
shape: (4, 2)
âââââââ¬ââââââ
â A â B â
â --- â --- â
â i32 â i32 â
âªâ¡
â 1 â 5 â
â 2 â 6 â
â 3 â 7 â
â 4 â 8 â
âââââââ´ââââââ
r$>
I was wondering if it is an encoding issue, or how to change the radian configuration file to correctly show the Polars DataFrame?
Many thanks!
The text was updated successfully, but these errors were encountered:
I am using 0.6.13 on Windows 10, with VSCode v1.95.2. The R package Polars can be installed as:
Using
Rterm.exe
in VSCode:However, if I am using
radian.exe
as the default R terminal:I was wondering if it is an encoding issue, or how to change the
radian
configuration file to correctly show the PolarsDataFrame
?Many thanks!
The text was updated successfully, but these errors were encountered: