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.
Sunday, February 2, 2020
How to remove " and "?
Dear All, I have this dataset:
Code:
* Example generated by -dataex-. To install: ssc install dataex
clear
input str8 k
`""020130""'
`""020421""'
`""030490""'
`""030569""'
`""030611""'
`""030613""'
`""040700""'
`""060290""'
`""070190""'
`""070990""'
end
How can I remove " and " for each element in `k' from the data? Thanks.
No comments:
Post a Comment