Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Hi ., can you pls let me know - How to check if the date is in correct format or not ? Using if else statement.
can you give an example, which could help to understand the problem statement better
thank you
You're welcome
Fantastic !
Thank you very much
What if I want to create a new variable derived from others , for instance a rate variable.
try that using if else e.g. if x > 500 then new_var = 'high'; else new_var = 'low'let me know if you get any chalange
very smooth
Glad you liked it
to undo the comment, i highlighted and again pressed the forward slash, but it did not uncomment. pls help.
if you struggle using the shortcuts, feel free to remove the comments slashes and starts manual that will be easy
Why for any analysis we have to creat a new dataset as something like 'testing'. Why can't we do it in the existing table or dataset.
That you can do apparently, however, as a practice when you are working on real data, usually we avoid to temper any original data and hence we create a copy of that
Hi ., can you pls let me know - How to check if the date is in correct format or not ? Using if else statement.
can you give an example, which could help to understand the problem statement better
thank you
You're welcome
Fantastic !
Thank you very much
What if I want to create a new variable derived from others , for instance a rate variable.
try that using if else
e.g. if x > 500 then new_var = 'high'; else new_var = 'low'
let me know if you get any chalange
very smooth
Glad you liked it
to undo the comment, i highlighted and again pressed the forward slash, but it did not uncomment. pls help.
if you struggle using the shortcuts, feel free to remove the comments slashes and starts manual that will be easy
Why for any analysis we have to creat a new dataset as something like 'testing'. Why can't we do it in the existing table or dataset.
That you can do apparently, however, as a practice when you are working on real data, usually we avoid to temper any original data and hence we create a copy of that