Nelle Varoquaux
Nelle Varoquaux
typeof(x) sometimes returns the type of the object, sometimes the type of an element of the object (if x is a vector, typeof(x) returns the type of each single element...
More context on the traceback information would be useful when debugging (such as the couple of lines before and after where the error is, as well as the line numbers...
Base-R is very inconsistent with its function names. It'd be nice to make everything consistent (` row.names` versus `colnames` for instance)
browse() only works when working in an interactive environment. It makes debugging "scripts" that take arguments hard. (I don't know how rmarkdown is implemented, and whether it uses a subprocess,...
I need to write an algorithm in a myst notebook:  In Rmd, there are several options which are mostly based on adding a new directive. Is it possible to...
Hello, On https://www.cs.berkeley.edu/~jey/ampcamp6/training/data-exploration-using-spark.html, the pyspark link seems to be broken on section 5. (the java/scala one doesn't load or is very slow as well). Thanks, N
We plan for two blogposts: - [x] Announcing the event. This has to be done at least a month before the event. - [x] Summary of the event. How it...
We should have 0 warnings when building the documentation
Tutorial explaining: 1. the data format 2. how to load it 3. why filtering ? 4. Normalization. 5. io