Posts by Indiano11 • 19 points
4 posts
-
-1
votes1
answer49
views -
1
votes2
answers351
viewsQ: index 5 is out of Bounds for Axis 0 with size 1
Well, I have this code, I want it to take specific columns of 3 sheets and join in one, ams is giving the following error: index 5 is out of Bounds for Axis 0 with size 1 import pandas as pd Corp =…
-
-1
votes1
answer126
viewsQ: Email outlook using Flask
I’m trying to create a code that sends email outlook with flask, but for some reason it won’t, I tested with gmail, tbm is not going from flask import Flask from flask_mail import Mail, Message app…
-
-1
votes1
answer137
viewsQ: Error of migration, Flask
is appearing, "Nameerror: name 'app' is not defined" my codic from flask import Flask from flask_sqlalchemy import SQLAlchemy from flask_script import Manager from flask_migrate import Migrate,…