Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Created October 17, 2021 05:52
Show Gist options
  • Save AI-MOO/cdcea1ee30230c772d4a823a895f8536 to your computer and use it in GitHub Desktop.
Save AI-MOO/cdcea1ee30230c772d4a823a895f8536 to your computer and use it in GitHub Desktop.
import pandas as pd
data_url = 'https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/processed.switzerland.data' # رابط البيانات
df = pd.read_csv(data_url, header=None)
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment