Merge pull request #273 from quake2005/patch-8

Typo fix in Python notebook.ipynb
pull/279/head
Jasmine Greenaway 4 years ago committed by GitHub
commit fd4d6cf52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1312,7 +1312,7 @@
"source": [ "source": [
"## Printing and Plotting\r\n", "## Printing and Plotting\r\n",
"\r\n", "\r\n",
"Data Scientist often has to explore the data, thus it is important to be able to visualize it. When DataFrame is big, manytimes we want just to make sure we are doing everything correctly by printing out the first few rows. This can be done by calling `df.head()`. If you are running it from Jupyter Notebook, it will print out the DataFrame in a nice tabular form." "Data Scientist often has to explore the data, thus it is important to be able to visualize it. When DataFrame is big, many times we want just to make sure we are doing everything correctly by printing out the first few rows. This can be done by calling `df.head()`. If you are running it from Jupyter Notebook, it will print out the DataFrame in a nice tabular form."
], ],
"metadata": {} "metadata": {}
}, },
@ -1496,4 +1496,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 2 "nbformat_minor": 2
} }

Loading…
Cancel
Save