Dear members,
I have a dataset that looks like the following. I am trying to remove the sigle quotes from the data, unfortunately with no luck. I would appreciate any suggestion.
Thanks,
Anwesha
I have a dataset that looks like the following. I am trying to remove the sigle quotes from the data, unfortunately with no luck. I would appreciate any suggestion.
Thanks,
Anwesha
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str7 var1 str6 var2 str4 var3 str6 var4 float var5 "'TL'" "'AHA'" "'IT'" "'1973'" 29408.17 "'TL'" "'AHA'" "'IT'" "'1974'" 29408.22 "'TL'" "'AHA'" "'IT'" "'1975'" 29407.965 "'TL'" "'AHA'" "'IT'" "'1976'" 29408.234 "'TL'" "'AHA'" "'IT'" "'1977'" 29407.78 "'TL'" "'AHA'" "'IT'" "'1978'" 29405.285 "'TL'" "'AHA'" "'IT'" "'1979'" 29405.336 "'TL'" "'AHA'" "'IT'" "'1980'" 29405.56 "'TL'" "'AHA'" "'IT'" "'1981'" 29405.81 "'TL'" "'AHA'" "'IT'" "'1982'" 29406.805 end
Comment