Congratulations, you made it to the end of the course! Make it stick: Mentor AI will check what you’ve got down, help you build something with it, and find your #1 takeaway to share in the discussion.
Or go straight to the discussion section and share your #1 takeaway and how you’ll put your new skills to use.
Patricio Urrutia on July 5, 2020
Hi Chris, thanks for the course. It was very helpful!
I have a doubt, things like, for example, pandas are modules then? I had imagined that Series and DataFrames were in different modules of the “package” pandas, but it seems, due the way we import it, it is a module.
Or it is a way to accomplish this? (having all the modules and submodules inside the “pkg namespace). Maybe through the init.py file?
Thanks!