Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created February 26, 2022 13:49
Show Gist options
  • Save AI-MOO/e4773654fc2ab82b144214072fc2dcb1 to your computer and use it in GitHub Desktop.
Save AI-MOO/e4773654fc2ab82b144214072fc2dcb1 to your computer and use it in GitHub Desktop.
# EDA استيراد المكتبات اللازمة لتحليل البيانات الاستكشافي
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np
# تعيين تفضيلات الخلفية في الرسوم البيانية
%matplotlib inline
sns.set_style("whitegrid")
plt.style.use("fivethirtyeight")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment