We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use localised variables like List::Utils:
subset $my_data { $SecondColName > 15 }
http://irclog.perlgeek.de/pdl/2014-07-09#i_8997055
# is equivalent to $g = pdl q[ [1, 20], [2, 13], [3, 27] ]; $col = $g->slice('1,'); $g->dice(X, which( $col > 15 )) $g->whereND($g(1)>15)
The text was updated successfully, but these errors were encountered:
This was not such a good idea because it conflicts with use strict. I chose to use a helper that sets $_ so that I can do $_->('ColumnName').
use strict
$_
$_->('ColumnName')
Sorry, something went wrong.
Subset syntax is supported by using the Rlike role.
github #5 : add a PDL::SV::uniqind() method
0a1f26b
No branches or pull requests
use localised variables like List::Utils:
http://irclog.perlgeek.de/pdl/2014-07-09#i_8997055
The text was updated successfully, but these errors were encountered: