From 414fd6768029260b515ffd9a0de3fcdb0de852f3 Mon Sep 17 00:00:00 2001 From: Mexson Fernandes Date: Sat, 19 Oct 2019 13:24:01 +0530 Subject: [PATCH] Added README.md in subfolders and fixed TOC links --- Artificial Intelligence/README.md | 1 + Big Data/README.md | 1 + Data Engineering/README.md | 1 + Data Mining/README.md | 1 + Data Science/README.md | 1 + Data Visualization/README.md | 1 + Data Warehouse/README.md | 1 + Deep Learning/README.md | 1 + DevOps/README.md | 1 + Docker & Kubernetes/README.md | 1 + Excel/README.md | 1 + Git/README.md | 2 ++ Images/README.md | 1 + Interview Questions/README.md | 1 + Linux/README.md | 1 + Machine Learning/README.md | 1 + Mathematics/READMe.md | 1 + Matlab/README.md | 1 + NLP/README.md | 1 + Numpy/README.md | 1 + Ordinary Differential Equations/README.md | 1 + Pandas/README.md | 1 + Probability/README.md | 1 + Python/README.md | 1 + R Cheat Sheet/README.md | 1 + README.md | 38 +++++++++++++++++------ SQL/README.md | 1 + Scala/README.md | 1 + Statistics/README.md | 1 + 29 files changed, 57 insertions(+), 10 deletions(-) create mode 100644 Artificial Intelligence/README.md create mode 100644 Big Data/README.md create mode 100644 Data Engineering/README.md create mode 100644 Data Mining/README.md create mode 100644 Data Science/README.md create mode 100644 Data Visualization/README.md create mode 100644 Data Warehouse/README.md create mode 100644 Deep Learning/README.md create mode 100644 DevOps/README.md create mode 100644 Docker & Kubernetes/README.md create mode 100644 Excel/README.md create mode 100644 Git/README.md create mode 100644 Images/README.md create mode 100644 Interview Questions/README.md create mode 100644 Linux/README.md create mode 100644 Machine Learning/README.md create mode 100644 Mathematics/READMe.md create mode 100644 Matlab/README.md create mode 100644 NLP/README.md create mode 100644 Numpy/README.md create mode 100644 Ordinary Differential Equations/README.md create mode 100644 Pandas/README.md create mode 100644 Probability/README.md create mode 100644 Python/README.md create mode 100644 R Cheat Sheet/README.md create mode 100644 SQL/README.md create mode 100644 Scala/README.md create mode 100644 Statistics/README.md diff --git a/Artificial Intelligence/README.md b/Artificial Intelligence/README.md new file mode 100644 index 00000000..fd0ee34f --- /dev/null +++ b/Artificial Intelligence/README.md @@ -0,0 +1 @@ +# Artificial Intelligence Cheat Sheet diff --git a/Big Data/README.md b/Big Data/README.md new file mode 100644 index 00000000..0719dc3f --- /dev/null +++ b/Big Data/README.md @@ -0,0 +1 @@ +# Big Data Cheat Sheet diff --git a/Data Engineering/README.md b/Data Engineering/README.md new file mode 100644 index 00000000..20242b83 --- /dev/null +++ b/Data Engineering/README.md @@ -0,0 +1 @@ +# Data Engineering Cheat Sheet diff --git a/Data Mining/README.md b/Data Mining/README.md new file mode 100644 index 00000000..d7085aba --- /dev/null +++ b/Data Mining/README.md @@ -0,0 +1 @@ +# Data Mining Cheat Sheet diff --git a/Data Science/README.md b/Data Science/README.md new file mode 100644 index 00000000..5fc372a9 --- /dev/null +++ b/Data Science/README.md @@ -0,0 +1 @@ +# Data Science Cheat Sheet diff --git a/Data Visualization/README.md b/Data Visualization/README.md new file mode 100644 index 00000000..e6119183 --- /dev/null +++ b/Data Visualization/README.md @@ -0,0 +1 @@ +# Data Visualization Cheat Sheet diff --git a/Data Warehouse/README.md b/Data Warehouse/README.md new file mode 100644 index 00000000..55f63f6e --- /dev/null +++ b/Data Warehouse/README.md @@ -0,0 +1 @@ +# Data Warehouse Cheat Sheet diff --git a/Deep Learning/README.md b/Deep Learning/README.md new file mode 100644 index 00000000..228ff38e --- /dev/null +++ b/Deep Learning/README.md @@ -0,0 +1 @@ +# Deep Learning Cheat Sheet diff --git a/DevOps/README.md b/DevOps/README.md new file mode 100644 index 00000000..8478cc49 --- /dev/null +++ b/DevOps/README.md @@ -0,0 +1 @@ +# DevOps Cheat Sheet diff --git a/Docker & Kubernetes/README.md b/Docker & Kubernetes/README.md new file mode 100644 index 00000000..d0ed04a2 --- /dev/null +++ b/Docker & Kubernetes/README.md @@ -0,0 +1 @@ +# Docker & Kubernetes Cheat Sheet diff --git a/Excel/README.md b/Excel/README.md new file mode 100644 index 00000000..f2af373a --- /dev/null +++ b/Excel/README.md @@ -0,0 +1 @@ +# Excel Cheat Sheet diff --git a/Git/README.md b/Git/README.md new file mode 100644 index 00000000..cf8178aa --- /dev/null +++ b/Git/README.md @@ -0,0 +1,2 @@ +# Git Cheat Sheet + diff --git a/Images/README.md b/Images/README.md new file mode 100644 index 00000000..3b3ee001 --- /dev/null +++ b/Images/README.md @@ -0,0 +1 @@ +# Images Cheat Sheet diff --git a/Interview Questions/README.md b/Interview Questions/README.md new file mode 100644 index 00000000..d9144610 --- /dev/null +++ b/Interview Questions/README.md @@ -0,0 +1 @@ +# Interview Questions diff --git a/Linux/README.md b/Linux/README.md new file mode 100644 index 00000000..1bba76b0 --- /dev/null +++ b/Linux/README.md @@ -0,0 +1 @@ +# Linux Cheat Sheet diff --git a/Machine Learning/README.md b/Machine Learning/README.md new file mode 100644 index 00000000..de9fe940 --- /dev/null +++ b/Machine Learning/README.md @@ -0,0 +1 @@ +# Machine Learning Cheat Sheet diff --git a/Mathematics/READMe.md b/Mathematics/READMe.md new file mode 100644 index 00000000..4a861291 --- /dev/null +++ b/Mathematics/READMe.md @@ -0,0 +1 @@ +# Mathematics Cheat Sheet diff --git a/Matlab/README.md b/Matlab/README.md new file mode 100644 index 00000000..6ef3e6e7 --- /dev/null +++ b/Matlab/README.md @@ -0,0 +1 @@ +# Matlab Cheat Sheet diff --git a/NLP/README.md b/NLP/README.md new file mode 100644 index 00000000..ca52111b --- /dev/null +++ b/NLP/README.md @@ -0,0 +1 @@ +# Natural Language Processing Cheat Sheet diff --git a/Numpy/README.md b/Numpy/README.md new file mode 100644 index 00000000..5a1dcba6 --- /dev/null +++ b/Numpy/README.md @@ -0,0 +1 @@ +# Numpy Cheat Sheet diff --git a/Ordinary Differential Equations/README.md b/Ordinary Differential Equations/README.md new file mode 100644 index 00000000..2b98f00b --- /dev/null +++ b/Ordinary Differential Equations/README.md @@ -0,0 +1 @@ +# Ordinary Differential Equations Cheat Sheet diff --git a/Pandas/README.md b/Pandas/README.md new file mode 100644 index 00000000..206d9a12 --- /dev/null +++ b/Pandas/README.md @@ -0,0 +1 @@ +# Pandas Cheat Sheet diff --git a/Probability/README.md b/Probability/README.md new file mode 100644 index 00000000..d1bacff7 --- /dev/null +++ b/Probability/README.md @@ -0,0 +1 @@ +# Probability Cheat Sheet diff --git a/Python/README.md b/Python/README.md new file mode 100644 index 00000000..b5dc789b --- /dev/null +++ b/Python/README.md @@ -0,0 +1 @@ +# Python Cheat Sheet diff --git a/R Cheat Sheet/README.md b/R Cheat Sheet/README.md new file mode 100644 index 00000000..6e33066a --- /dev/null +++ b/R Cheat Sheet/README.md @@ -0,0 +1 @@ +# R Cheat Sheet diff --git a/README.md b/README.md index 1d8c6477..c2f9133e 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,33 @@ Created by Asif Bhat List of Data Science Cheatsheets : ## Table of Contents -- [Artificial Intelligence](https://github.com/FavioVazquez/ds-cheatsheets#artificial-intelligence) -- [Big Data Analytics](https://github.com/abhat222/Data-Science--Cheat-Sheet#big-data-analytics) -- [Big Data](https://github.com/FavioVazquez/ds-cheatsheets#big-data) -- [Data Engineering](https://github.com/abhat222/Data-Science--Cheat-Sheet#data-engineering) -- [Data Mining](https://github.com/abhat222/Data-Science--Cheat-Sheet#data-mining) -- [Data Science](https://github.com/abhat222/Data-Science--Cheat-Sheet#data-science) -- [Data Visualization](https://github.com/abhat222/Data-Science--Cheat-Sheet#data-visualization) -- [Deep Learning](https://github.com/abhat222/Data-Science--Cheat-Sheet#deep-learning) +- [Artificial Intelligence](Artificial%20Intelligence/README.md) +- [Big Data](Big%20Data/README.md) +- [Data Engineering](Data%20Engineering/README.md) +- [Data Mining](Data%20Mining/README.md) +- [Data Science](Data%20Science/README.md) +- [Data Visualization](Data%20Visualization/README.md) +- [Data Warehouse](Data%20Warehouse/README.md) +- [Deep Learning](Deep%20Learning/README.md) +- [DevOps](DevOps/README.md) +- [Docker & Kubernetes](Docker%20&%20Kubernetes/README.md) +- [Excel](Excel/README.md) +- [Git](Git/README.md) +- [Images](Images//README.md) +- [Interview Questions](Interview%20Questions/README.md) +- [Linux](Linux/README.md) - [Machine Learning](https://github.com/abhat222/Data-Science--Cheat-Sheet#machine-learning) -- [SQL](https://github.com/abhat222/Data-Science--Cheat-Sheet#sql) -- [Python](https://github.com/abhat222/Data-Science--Cheat-Sheet#python) +- [Mathematics](Mathematics/README.md) +- [Matlab](Matlab/README.md) +- [NLP](NLP/README.md) +- [Numpy](Numpy/README.md) +- [Ordinary Differential Equations](Ordinary%20Differential%20Equations/README.md) +- [Pandas](Pandas/README.md) +- [Probability](Probability/README.md) +- [Python](Python/README.md) +- [Scala](Scala/README.md) +- [SQL](SQL/README.md) +- [Statistics](Statistics/README.md) # Python @@ -36,6 +52,8 @@ List of Data Science Cheatsheets : Illustration      Illustration                             Python for Data Analysis                                                              10 Minutes to Pandas
+ + # R Language Illustration      Illustration                                   R Cheat Sheet                                                                    R (Basics & Advanced)
diff --git a/SQL/README.md b/SQL/README.md new file mode 100644 index 00000000..9d9dbe55 --- /dev/null +++ b/SQL/README.md @@ -0,0 +1 @@ +# SQL Cheat Sheet diff --git a/Scala/README.md b/Scala/README.md new file mode 100644 index 00000000..3e4e672a --- /dev/null +++ b/Scala/README.md @@ -0,0 +1 @@ +# Scala Cheat Sheet diff --git a/Statistics/README.md b/Statistics/README.md new file mode 100644 index 00000000..c6a54041 --- /dev/null +++ b/Statistics/README.md @@ -0,0 +1 @@ +# Statistics Cheat Sheet