[PR #85] [MERGED] typo in comment #154

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

📋 Pull Request Information

Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/85
Author: @Roxyi
Created: 12/15/2018
Status: Merged
Merged: 12/17/2018
Merged by: @GokuMohandas

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+58 additions, -58 deletions)

View changed files

📝 notebooks/03_Pandas.ipynb (+58 -58)

📄 Description

Dropping multiple rows

df = df.drop(["name", "cabin", "ticket"], axis=1)

This block of code should be described as "Dropping multiple columns"


🔄 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/85 **Author:** [@Roxyi](https://github.com/Roxyi) **Created:** 12/15/2018 **Status:** ✅ Merged **Merged:** 12/17/2018 **Merged by:** [@GokuMohandas](https://github.com/GokuMohandas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ca6a998`](https://github.com/GokuMohandas/Made-With-ML/commit/ca6a99830ea73f1d09154ad97a1d662c66f93d45) typo in comment ### 📊 Changes **1 file changed** (+58 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `notebooks/03_Pandas.ipynb` (+58 -58) </details> ### 📄 Description # Dropping multiple rows df = df.drop(["name", "cabin", "ticket"], axis=1) This block of code should be described as "Dropping multiple columns" --- <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:06: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#154