Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
xiaodai
xiaodai has asked
69
questions and find answers to
11
problems.
Stats
474
EtPoint
35
Vote count
69
questions
11
answers
About
I love all things data and machine learning.
xiaodai questions
Julia: How to count efficiently the number of missings in a `Vector{Union{T, Missing}}`
Julia: What's the inverse (opposite) of reinterpret?
What do I do if I don't want my website to be indexed by search engines?
R: How do I replace \\ with /?
How to break a large CSV data file into individual data files using R?
Is there a lazy `filter` in Julia?
How to count the number of times an element appears consecutively in a data.table?
How to use non-standard evaluation NSE to evaluate arguments on data.table?
How to write VBA code to hide all the column and row headings in Excel?
What is platform independent way of converting csv files to tsv files if the csv files can be quoted with comma inside the quoted strings?
xiaodai answers
Convert percentage to letter grade in R
How to define a Vector to have all elements to be of the same type in Julia?
Sort a Julia 1.1 matrix by one of its columns, that contains strings
Embed HTML UI Shiny application in package
How to eliminate JIT overhead in a Julia executable (with MWE)
What is Julia's equivalent of R's which?
Julia DataFrames - How to do one-hot encoding?
Vectorized indexing for a dictionary
R equivalent of Python's dask
How can I parallelize sorting?