10000 Update 001_Python_Pandas_DataFrame.ipynb · Norah-j/10_Python_Pandas_Module@ceb5d60 · GitHub
[go: up one dir, main page]

Skip to content

Commit ceb5d60

Browse files
authored
Update 001_Python_Pandas_DataFrame.ipynb
1 parent 75f223d commit ceb5d60

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)
0