Christopher Teh Boon Sung
Christopher Teh Boon Sung
open_html_table opens two tabs if Safari is initially closed, else one tab if Safari is already open
The following code: ```` using DataFrames using BrowseTables df = DataFrame(a=1:5, b=6:10) open_html_table(df) ```` will open two tabs in Safari if Safari is initially closed. These two tabs are duplicates...
The following example in the documentation fails to compile. The error message is `The type `Person` has 3 fields but the pattern expects 1 fields.` ``` personinfo(person) = @match person...
Are comments in the CSV file is supported?
```` library(tidyverse) library(rstatix) df % anova_test(dv = val, wid = id, between = c(rpm, ratio)) # OK twoway_1 twoway_2 % group_by(rpm) %>% anova_test(dv = val, wid = id, between =...
Version 1.0.0 is in the works. This is a major upgrade that includes fixes to some issues and bugs. However, the source code for this latest version will only be...
PySawit uses `numpy`, and `numpy` appears to be incompatible with Python 3.7. In some cases, you might get the exception `ImportError` thrown, with the following message: ``` ImportError: DLL load...