This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
import numpy as np | |
import xlrd as xl | |
from pandas import ExcelWriter | |
class execel_reader: | |
def __init__(self, file): | |
self.file_trnd = file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xdb838dcf4c17c70f1a67adbb914d8b2c2a340f7e |