Skip to content

Instantly share code, notes, and snippets.

@PANDATD
Last active April 8, 2021 17:49
Show Gist options
  • Select an option

  • Save PANDATD/60fd4955b6b3b43c3d69af8b0493ab86 to your computer and use it in GitHub Desktop.

Select an option

Save PANDATD/60fd4955b6b3b43c3d69af8b0493ab86 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Importing pandas module "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd \n",
"# keyword module_name as alias"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.6 64-bit",
"language": "python",
"name": "python38664bit4822670b26e8438dbb2f63c7f38ab160"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.6"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment