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

Skip to content

Commit 8d90a46

Browse files
authored
Update 001_Python_Pandas_DataFrame_from_Dictionary.ipynb
1 parent e5cfa07 commit 8d90a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

001_Python_Pandas_Methods/001_Python_Pandas_DataFrame_from_Dictionary.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": [
1616
"# Create Pandas DataFrame from Python Dictionary\n",
1717
"\n",
18-
"In this class shows how to convert a **[Python dictionary](XXX)** to **[Pandas DataFrame](http://localhost:8888/notebooks/01_Learn_Python4Data/10_Python_Pandas_Module/001_Python_Pandas_DataFrame.ipynb)**. It covers the creating DataFrame from all types of dictionaries using the DataFrame constructor and **`from_dict()`** method.\n",
18+
"In this class shows how to convert a **[Python dictionary](XXX)** to **[Pandas DataFrame](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_DataFrame.ipynb)**. It covers the creating DataFrame from all types of dictionaries using the DataFrame constructor and **`from_dict()`** method.\n",
1919
"\n",
2020
"And at the end of this class, we summarize the usage of both ways with the comparison. So please stay till the end."
2121
]

0 commit comments

Comments
 (0)
0