Open kojix2 opened 5 years ago
This can be separated into two issues:
DataFrame
cannot use the name
value since it is an internal usage parameter.add_vector
should have an option for not specifying the name of the vector if it already exists within the Vector.About 1, it cannot be helped since we use the name internally but add_vector
is a legit usecase I will amend your issue accordingly.
EDIT (@v0dro): changing this issue to include only the
add_vector
part.Vectors 's
@name
can be useful. But daru does not seem to use its features.For example
The vector knows its name, but the
add_vector
method requires the name of the vector.(pseudocode)
The expected behaviour should be that
add_vector
should pick up the name of the vector by itself.