Skip to content

All the datasets with extension: csv, jpg, zip, xlsx, mp3, mp4, txt, json.

Notifications You must be signed in to change notification settings

ramahanisha-7/Datasets

Repository files navigation

Datasets

A data set is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of the data set in question

In this repository you will find all the datasets with extension: csv, jpg, zip, xlsx, mp3, mp4, txt, json.

How to use the dataset without downloading

  1. These datasets can be used to learn preprocessing such as cleaning, extracting features etc.
  2. First open the file in the github.
  3. Go to the raw data.
  4. Copy the URL.
  5. write the code -> !wget "....Paste your URL...."
  6. The dataset will be uploaded in your notebook.