Looks like you have named your project pandas. no...
# beginners-need-help
w
Looks like you have named your project pandas. notice the
src/pandas
directory. I'ts trying to import
DataFrame
from your project. The easiest fix is going to be to render a new template with a different name that is unique to your project and does not overlap any other libraries that you have installed. You can manually rename it, but without knowledge of everywhere that variable gets rendered from the template it is going to be difficult to change.