Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitceb5d60

Browse files
authored
Update 001_Python_Pandas_DataFrame.ipynb
1 parent75f223d commitceb5d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎001_Python_Pandas_DataFrame.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
"source": [
778778
"## DataFrame modification\n",
779779
"\n",
780-
"DataFrame is similar to any excel sheet or a database table where we need to insert new data or **[drop columns]()** and rows if not required. Such data manipulation operations are very common on a DataFrame.\n",
780+
"DataFrame is similar to any excel sheet or a database table where we need to insert new data or **[drop columns](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/004_Python_Pandas_DataFrame_drop_columns.ipynb)** and rows if not required. Such data manipulation operations are very common on a DataFrame.\n",
781781
"\n",
782782
"In this section, we discuss the data manipulation functions of the DataFrame."
783783
]
@@ -844,12 +844,12 @@
844844
"source": [
845845
"### Drop columns\n",
846846
"\n",
847-
"DataFrame may contain redundant data, in such cases, we may need to delete such data that is not required. **`DataFrame.drop()`** function is used to **[delete the columns from DataFrame]()**.\n",
847+
"DataFrame may contain redundant data, in such cases, we may need to delete such data that is not required. **`DataFrame.drop()`** function is used to **[delete the columns from DataFrame](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/004_Python_Pandas_DataFrame_drop_columns.ipynb)**.\n",
848848
"\n",
849849
"Refer to the following articles to get more details\n",
850850
"\n",
851-
"* **[Drop duplicates]()**\n",
852-
"* **[Drop columns with NA]()**"
851+
"* **[Drop duplicates](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/005_Python_Pandas_DataFrame_drop_duplicates.ipynb)**\n",
852+
"* **[Drop columns with NA](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/006_Python_Pandas_DataFrame_drop_duplicates_with_NA.ipynb)**"
853853
]
854854
},
855855
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp