11---
2- description :Extractvalues that meet specific conditions.
2+ description :Extractthe data that meet specific conditions from Data Frame .
33---
44
55#5. Subset
66
7+ <figure ><img src =" ../.gitbook/assets/image.png " alt =" " width =" 353 " ><figcaption ></figcaption ></figure >
78
8-
9- <figure ><img src =" ../.gitbook/assets/image (46).png " alt =" " width =" 300 " ><figcaption ></figcaption ></figure >
10-
11- 1 . Select the_ ** Subset** _ in the Data Analysis category.
9+ 1 . Click the_ ** Subset** _ in the_ ** Data Analysis** _ category.
1210
1311
1412
@@ -18,25 +16,18 @@ description: Extract values that meet specific conditions.
1816
1917<figure ><img src =" ../.gitbook/assets/image (47).png " alt =" " width =" 563 " ><figcaption ></figcaption ></figure >
2018
21- 1 . _ ** Data Frame** _ : Select the data frame for the operation.
22- 2 . _ ** Make a copy** _ : Check this option to ensure that changes do not affect the original data frame.
23- 3 . _ ** Method** _ : Choose the method for specifying the rows or columns on which the operation will be applied.
24- 4 . _ ** Allocate to** _ : Specify the variable name where the operation results will be stored.
25- 5 . _ ** Row Subset** _ : Enter information about rows to proceed with the operation.
26-
27-   ; 5-1._ ** Slicing** _ : Extract rows by specifying a range.
28-
29-   ; 5-2._ ** Condition** _ : Specify the range or rows based on conditions.
30-
31-   ; 5-3._ ** Indexing** _ : Select desired rows directly.
32-
33- 6 . _ ** Column Subset** _ : Enter information about columns to proceed with the operation.
34-
35-   ; 6-1._ ** Indexing** _ : Extract desired columns directly.
36-
37-   ; 6-2._ ** Slicing** _ : Specify the range of columns to extract.
38-
39- 7 . _ ** Code View** _ : View the generated code.
40- 8 . _ ** Data View** _ : Preview the output results.
41- 9 . _ ** Run** _ : Execute the commands.
19+ 2 . _ ** Data Frame** _ : Select the data frame you want to use for your work.
20+ 3 . _ ** Make a copy** _ : Check if you don't want the operation to affect the original data frame.
21+ 4 . _ ** Method** _ : Select a method to specify which rows or columns the action will be applied to.
22+ 5 . _ ** Allocate to** _ : Specify the name of the variable where the results of your work will be stored.
23+ 6 . _ ** Row Subset** _ : Select the rows you want to work with.
24+ 1 . _ ** Slicing** _ : Extract rows by specifying a range.
25+ 2 . _ ** Condition** _ : Specify the range of rows based on a condition.
26+ 3 . _ ** Indexing** _ : Manually select the desired rows.
27+ 7 . _ ** Column Subset** _ : Select the columns you want to work with.
28+ 1 . _ ** Indexing** _ : Manually extract the desired columns.
29+ 2 . _ ** Slicing** _ : Specify the range of columns to extract.
30+ 8 . _ ** Code View** _ : Preview the code that will be output.
31+ 9 . _ ** Data View** _ : Preview the output that will be printed.
32+ 10 . _ ** Run** _ : Print and run the code.
4233