The UCI Machine Learning Repository is a collection of databases, domain theories, and data generators that are used by the machine learning community for the empirical analysis of machine learning algorithms.UCI Machine Learning
-
Step-1
: Goto this link
import numpy as np
import pandas as pd
URL = "https://archive.ics.uci.edu/ml/machine-learning-databases/adult/adult.data"
Col_Names = ['age','workclass','fnlwgt','education','education-num','marital-status','occupation','relationship','race','sex','capital-loss','hours-per-week','native-country','Income']
Data = pd.read_csv(URL,header=None)
Data.columns = Names
Data
If any one Intrested work with Use Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Python
- Data Science With Python
- Machine Learning with Python
- Deep learning With python
- Data Visulization
- Life Cycle of Data Science
- Statistics
MIT[Copyright (c) 2020 REDDY PRASAD]