NAME
Data::Frame::Types - Custom Type::Tiny types
VERSION
version 0.0045
DESCRIPTION
This module provides custom types and coercions from the Data::Frame project.
Types: =for :list * DataFrame * Indexer * ColumnLike This is basically piddle of 0D and 1D. * Column Now it's same as ColumnLike, but will likely evolve into a dedicated type in future. * DataType One of the PDL types "ushort", "long", "indx", "longlong", "float", "double", or "string" (PDL::SV), "factor" (PDL::Factor), "logical" (PDL::Logical), "datetime" (PDL::DateTime).
Coercions: =for :list * IndexerFromLabels * IndexerFromIndices
SEE ALSO
AUTHORS
- Zakariyya Mughal <zmughal@cpan.org> 
- Stephan Loyd <sloyd@cpan.org> 
COPYRIGHT AND LICENSE
This software is copyright (c) 2014, 2019 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.