SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.03k stars 139 forks source link

Alternate method for `access_row_tuples_by_indexs` #462

Closed Prakriti-nith closed 6 years ago

Prakriti-nith commented 6 years ago

Recently, access_row_tuples_by_indexs method has been removed from daru. Please let us know the alternative. Refer: #454, Sciruby/daru-view#103 (issue)

Shekharrajak commented 6 years ago

@Prakriti-nith , please create a PR in daru repo and putting the same method in same place (revert the changes for this method) with testcases.

Thanks!