You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT (@v0dro):
Following is a list of method that should be implemented/corrected to get more consistency:
Vector#last.
DataFrame#last.
Return type of DataFrame#[] must be consistent when using a timeseries. It currently returns either a numerical value of another Vector or DataFrame depending on what you pass into #[].
Return nil when element not present in the DataFrame (currently raises error).
Ideally these should be split into separate issues and tackled one at a time.
I'd like to use this data to show the situation made me confused:
EDIT (@v0dro):
Following is a list of method that should be implemented/corrected to get more consistency:
DataFrame#[]
must be consistent when using a timeseries. It currently returns either a numerical value of anotherVector
orDataFrame
depending on what you pass into#[]
.nil
when element not present in theDataFrame
(currently raises error).Ideally these should be split into separate issues and tackled one at a time.
I'd like to use this data to show the situation made me confused:
The text was updated successfully, but these errors were encountered: