[PR #150] [MERGED] completed NumPy and Pandas notebooks #210

Closed
opened 2025-11-02 00:09:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/150
Author: @GokuMohandas
Created: 10/10/2019
Status: Merged
Merged: 10/10/2019
Merged by: @GokuMohandas

Base: masterHead: numpy


📝 Commits (3)

  • 6039ed7 adding data and numpy notebook
  • 0a58b1f finished pandas notebook
  • c0a8c3f completed numpy and pandas notebooks

📊 Changes

11 files changed (+145613 additions, -70 deletions)

View changed files

📝 CHANGES.md (+8 -1)
data/harrypotter.txt (+6589 -0)
data/news.csv (+120001 -0)
data/spiral.csv (+1501 -0)
data/surnames.csv (+10981 -0)
data/titanic.csv (+1310 -0)
data/tumors.csv (+1001 -0)
data/tumors_reduced.csv (+721 -0)
📝 notebooks/01_Python.ipynb (+69 -69)
notebooks/02_NumPy.ipynb (+1216 -0)
notebooks/03_Pandas.ipynb (+2216 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GokuMohandas/Made-With-ML/pull/150 **Author:** [@GokuMohandas](https://github.com/GokuMohandas) **Created:** 10/10/2019 **Status:** ✅ Merged **Merged:** 10/10/2019 **Merged by:** [@GokuMohandas](https://github.com/GokuMohandas) **Base:** `master` ← **Head:** `numpy` --- ### 📝 Commits (3) - [`6039ed7`](https://github.com/GokuMohandas/Made-With-ML/commit/6039ed7b682565461b1f4795b2fcc1a2e1880264) adding data and numpy notebook - [`0a58b1f`](https://github.com/GokuMohandas/Made-With-ML/commit/0a58b1f076e67387f0a949ff5ffe2fe450246c14) finished pandas notebook - [`c0a8c3f`](https://github.com/GokuMohandas/Made-With-ML/commit/c0a8c3f08f51ea1a4a51b5f5e158fdf608cdd7c1) completed numpy and pandas notebooks ### 📊 Changes **11 files changed** (+145613 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `CHANGES.md` (+8 -1) ➕ `data/harrypotter.txt` (+6589 -0) ➕ `data/news.csv` (+120001 -0) ➕ `data/spiral.csv` (+1501 -0) ➕ `data/surnames.csv` (+10981 -0) ➕ `data/titanic.csv` (+1310 -0) ➕ `data/tumors.csv` (+1001 -0) ➕ `data/tumors_reduced.csv` (+721 -0) 📝 `notebooks/01_Python.ipynb` (+69 -69) ➕ `notebooks/02_NumPy.ipynb` (+1216 -0) ➕ `notebooks/03_Pandas.ipynb` (+2216 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 00:09:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Made-With-ML#210