اذهب إلى المحتوى

Karim Mamdouh

الأعضاء
  • المساهمات

    41
  • تاريخ الانضمام

  • تاريخ آخر زيارة

  • عدد الأيام التي تصدر بها

    1

آخر يوم ربح فيه Karim Mamdouh هو يناير 29 2024

Karim Mamdouh حاصل على أكثر محتوى إعجابًا!

المعلومات الشخصية

  • النبذة الشخصية
    karim mamdouh ahmed

آخر الزوار

لوحة آخر الزوار معطلة ولن تظهر للأعضاء

إنجازات Karim Mamdouh

عضو مساهم

عضو مساهم (2/3)

39

السمعة بالموقع

  1. انا لم افهم من السطر ١٢ ال ١٥
  2. انا لم افهم من السطر ١٢ ال ١٥ liver_transplant liver.csv
  3. السلام عليكم لو سمحت الكود ده مش بطلع error بس ما بيطلع output اصلا و اذا سمحت ممكن شرح الكود # This Python 3 environment comes with many helpful analytics libraries installed # It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python # For example, here's several helpful packages to load import numpy as np # linear algebra import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv) from dataprep.eda import plot, plot_correlation, create_report, plot_missing # Input data files are available in the read-only "../input/" directory # For example, running this (by clicking run or pressing Shift+Enter) will list all files under the input directory import os for dirname, _, filenames in os.walk('/kaggle/working'): for filename in filenames: print(os.path.join(dirname, filename)) # You can write up to 20GB to the current directory (/kaggle/working/) that gets preserved as output when you create a version using "Save & Run All" # You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session nRowsRead = None # specify 'None' if want to read whole file df = pd.read_csv("C:/Users/karee/OneDrive/Desktop/liver.csv", delimiter=';', encoding = "ISO-8859-1", nrows = nRowsRead) df.dataframeName ="liver.csv" nRow, nCol = df.shape print(f'There are {nRow} rows and {nCol} columns') df.head() df.isnull().sum() plot(df) plot(df, "1988") plot(df, "2021") print(plot(df, "2021")) print(plot(df, "1988")) liver.csv
×
×
  • أضف...