why drift only not working with me otherwise ydrift worked easily
3 answers ( 0 marked as helpful)
Hi Amal!
Thanks for reaching out!
Can you please share a screenshot of the obtained error message when using drift
? This way we can assist you better.
Looking forward to your answer.
Best,
Ivan
this is what i faced
Hi Amal!
The NameError
means that you've tried to use a variable named drift
, but Python doesn't recognize it. Please check the order in which you are executing the code cells - you might be trying to use drift before you've actually defined it.
Best,
Ivan