Skip to content

Commit e5cfa07

Browse files
authored
Update 001_Python_Pandas_DataFrame.ipynb
1 parent eb0f035 commit e5cfa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

001_Python_Pandas_DataFrame.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"source": [
328328
"## DataFrame Options\n",
329329
"\n",
330-
"When DataFrame is vast, and we can not display the whole data while printing. In that case, we need to change how DataFrame gets display on the console using the print function. For that, pandas have provided many options and functions to customize the presentation of the DataFrame."
330+
"When DataFrame is vast, and we can not display the whole data while printing. In that case, we need to change how DataFrame gets display on the console using the **`print()`** function. For that, pandas have provided many options and functions to customize the presentation of the DataFrame."
331331
]
332332
},
333333
{

0 commit comments

Comments
 (0)