![]() |
![]()
| ![]() |
![]()
NAMEData::Frame::Indexer - Function interface for indexer VERSIONversion 0.006004 DESCRIPTIONA basic feature needed in a data frame library is the ability of subsetting a data frame by either numeric indices or string labels of columns and rows. Because of the ambiguity of number and string in Perl, there needs a way to allow user to explicitly specify whether their indexer is by numeric indices or string labels. This modules provides functions that serves this purpose. FUNCTIONSindexer_sindexer_s($x) Returns either "undef" or an indexer object, by trying below rules,
indexer_iindexer_i($x) Similar to "indexer_s" but would fallback to an indexer object of Data::Frame::Indexer::Integer. AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2014, 2019-2022 by Zakariyya Mughal, Stephan Loyd. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|