Miklós Koren
Miklós Koren
To be consistent with how other languages are presented, move the rational number code example to the table.
I have a chain of record modifiers, as below. mETL fails saying "float does not have a Strip attribute" - manipulations: - modifier: TransformField fieldNames: population transforms: - transform: Strip...
A GZip and Zip wrapper would make it possible to directly read .zip and .gz files. This is especially useful when reading from URL.
Stata syntax: ``` frame df { gen z = SepalLength + SepalWidth replace z = _n if _n 3.0 } ``` Intended Julia syntax ``` @douglas df begin gen :z...
Absolute paths are`/Users/koren/Desktop/...`. Relative paths are relative to cwd. Discuss the benefits of working relative to the project root.
The lesson assumes some intended errors when using `import delimited` with the default options.
On Windows, this is needed to list the content of a directory.
egen help does not list sum as a valid function, it is total instead. We should update the examples. `sum` works, but is deprecated