Skip to content
#

Data structures

A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.

Here are 90 public repositories matching this topic...

This repository contains notebooks in which I have implemented ML Kaggle Exercises for academic and self-learning purposes. In my notebooks, I have implemented some basic processes involved in ML Data Processing like How to take care of Missing Values, Handling Categorical Variables, and operations like mapping, 'Grouping', 'Sorting', 'Renaming …

  • Updated Sep 13, 2020
  • Jupyter Notebook
Followers
76.2k followers
Wikipedia
Wikipedia

Related Topics

algorithm