mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
[PR #85] [MERGED] typo in comment #154
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
ca6a998typo in comment📊 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.