From f61745bd4e8fc1597ee7e1328a898f378712a658 Mon Sep 17 00:00:00 2001 From: Mohammed Saleh <34711999+MDSH14@users.noreply.github.com> Date: Thu, 29 Jul 2021 01:43:21 +0200 Subject: [PATCH] Update Engezny.py --- Engezny/Engezny.py | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/Engezny/Engezny.py b/Engezny/Engezny.py index 64379a3..65b8526 100644 --- a/Engezny/Engezny.py +++ b/Engezny/Engezny.py @@ -1,18 +1,12 @@ -#!/usr/bin/env python -# coding: utf-8 - -# In[80]: - - +from bidi.algorithm import get_display +import arabic_reshaper +import matplotlib +import matplotlib.pyplot as plt +import pandas as pd +import os class Engezny: def __init__(self, DataFrame): self.DataFrame = DataFrame - from bidi.algorithm import get_display - import arabic_reshaper - import matplotlib - import matplotlib.pyplot as plt - import pandas as pd - import os def visualize(self, start= 0, end = -1, location = 'Charts/', extention = 'jpg'): if end == -1: