Learn practical skills, build real-world projects, and advance your career
# Importing Libraries 

import pandas as pd
import numpy as np
import math
from pyomo.environ import *
from __future__ import division
from pyomo.opt import SolverFactory
# Reading the data from Excel workbook

Data pre-processing

# Create the required Python data structures for indexes and parameters