Internal server error in flask application when I try to import pandas

Solution
...
if __name__ == "__main__":
    import pandas as pd
    ...