datatable.rowfirst()¶
For each row, find the first non-missing value in cols
. If all values
in a row are missing, then this function will also produce a missing value.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.