Hi, a very simple and informative video. As a suggestion pls could you make series over Openpyxl using juypter also. As it is very useful and no proper videos are available for that.
Hi Ratnesh, Thanks for your comment. In future we will upload videos on openpyxl or xlwings. Meanwhile you can watch this playlist for data automation and transformation. ua-cam.com/play/PLWuFHho1zKhUJpe9WfSyvrrQrzqDErbmv.html
import os for root, dir, file in os.walk(os.getcwd()): print(f"Path: {root}") print(f"Directory: {dir}") print(f"File: {file}") print(f"{root,dir,file}")
Excellent video! Helpful and non-trivial examples, and lots of them. Exactly the kind of content I'm looking for. Many thanks!
Like the teaching way and your explanation was simply superb Keep Doing like this Sir..
Hey too gud ,,I googled lot to find a best one nd it's u🎉
Thank you so much and keep learning
Super sir
A great course! It helps me in my formation
Very helpfull video Thank you sir
🙌
Hi, a very simple and informative video. As a suggestion pls could you make series over Openpyxl using juypter also. As it is very useful and no proper videos are available for that.
Hi Ratnesh, Thanks for your comment. In future we will upload videos on openpyxl or xlwings. Meanwhile you can watch this playlist for data automation and transformation.
ua-cam.com/play/PLWuFHho1zKhUJpe9WfSyvrrQrzqDErbmv.html
import os
for root, dir, file in os.walk(os.getcwd()):
print(f"Path: {root}")
print(f"Directory: {dir}")
print(f"File: {file}")
print(f"{root,dir,file}")
Awesome