very simple yet effective, learning a lot thanks sir.
@learndataanalyticswithus54379 ай бұрын
Thank you so much for your support and appreciation! Thanks again
@ThanapongNgarnrungruang Жыл бұрын
Useful video even the beginner, Thank you!
@learndataanalyticswithus5437 Жыл бұрын
Thanks for the appreciation!!
@prathamagarwal91754 ай бұрын
Very helpful...explained everything in a very beautiful way❣❤
@learndataanalyticswithus54374 ай бұрын
Thank you so much for your comment. Much appreciated! Thanks!
@dilfuzakarimova59093 ай бұрын
This is of Great help. Thanks you and best luck.
@learndataanalyticswithus54373 ай бұрын
Thank you so much for your kind words! Thanks again
@putriestimandasari89042 жыл бұрын
Exactly what I need. Thank you so much for making this video !!!
@learndataanalyticswithus54372 жыл бұрын
Thanks for the appreciation!
@nightnight94623 жыл бұрын
Very well explained. Thanks
@learndataanalyticswithus54373 жыл бұрын
You are welcome!
@Sravanthiy28 Жыл бұрын
Thanks for the video How can I convert excel file to stata file using python?
@learndataanalyticswithus5437 Жыл бұрын
Sorry not sure about python
@parisaparsamaram498 Жыл бұрын
Thank you
@learndataanalyticswithus5437 Жыл бұрын
You are welcome!
@belfagor804 жыл бұрын
ok but suppose i have a variable which in stata is saved in %3.2f, basically a % with 2 decimals, if I export it into excel, the same variable will have too many decimals. I can certainly easily correct it manually, but isn't there a way to do Stata doing this for me?
@learndataanalyticswithus54374 жыл бұрын
One of the way can be to save that variable as string in Stata and then export :) There can be many solutions
@belfagor804 жыл бұрын
@@learndataanalyticswithus5437 but if i convert it to string, then in excel would be a number or string?
@learndataanalyticswithus54374 жыл бұрын
It will be numeric with 2 decimals
@belfagor804 жыл бұрын
Thanks a lot! I did not know that! I assumed it would be string. Does it work also for csv files?