Created
July 25, 2013 17:32
-
-
Save talonsensei/6081973 to your computer and use it in GitHub Desktop.
Revisions
-
talonsensei created this gist
Jul 25, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # By single criteria subset_frame = dataframe.rx(dataframe.rx2('input_type').ro == 'VALUE', True) # By Multiple Criteria subset_frame = all_data_frame.rx((dataframe.rx2('input_type').ro == 'VALUE1').ro & (dataframe.rx2('data_type').ro == 'VALUE2'), True)