ID | country |
1 | 100 |
2 | 150 |
3 | 802 |
4 | 200 |
keep if country==100|200
But this deletes 0 observations. I tried using the following:
drop if race!=100 | 200
And this deleted ALL of the my observations.
I'm a bit confused here. Any help?
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
ID | country |
1 | 100 |
2 | 150 |
3 | 802 |
4 | 200 |
0 Response to how do you drop all data not equal to two values in a column
Post a Comment