Top "Names" questions

"names" (plural) is an attribute of some R objects in the R language

assign headers based on existing row in dataframe in R

After transforming a dataframe, I would like to assign heads/names to the columns based on an existing row. My …

r dataframe names
Naming list elements in R

I've been doing some work with some large, complex lists lately and I've seen some behaviour which was surprising (to …

r list names
use first row data as column names in r

I have a dirty dataset that I could not read it with header = T. After I read and clean it, …

r names
What are all of the allowable characters for people's names?

There are the standard A-Z, a-z characters, but also there are hyphens, em dashes, quotes, etc. Plus, there are all …

character-encoding character names
Get the column names of a python numpy ndarray

Let's say I have a data file called data.txt that looks like: TIME FX FY FZ 0 10 5 6 1 2 4 7 2 5 2 6 ... In python run: …

python arrays numpy names
DataGridView Edit Column Names

Is there any way to edit column names in a DataGridView?

c# datagridview names columnname
Access lapply index names inside FUN

Is there a way to get the list index name in my lapply() function? n = names(mylist) lapply(mylist, function(…

r lapply names indices
reading a csv file with repeated row names in R

I am trying to read a csv file with repeated row names but could not. The error message I am …

r row names
What is a nested name specifier?

Related to this I want to know what exactly is a nested name specifier? I looked up in the draft …

c++ names
Access and preserve list names in lapply function

I need to access list names inside the lapply function. I've found some threads online where it's said I should …

r names lapply