Skip to content

Instantly share code, notes, and snippets.

@NielsMinssen
Last active July 22, 2022 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NielsMinssen/663acf4ed0f27f00eb4f111c7ce3d6b5 to your computer and use it in GitHub Desktop.
Save NielsMinssen/663acf4ed0f27f00eb4f111c7ce3d6b5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"pd.read_csv(\"C:\\\\fichier\\\\sous_fichier\\\\exemple.csv\")"
]
}
],
"metadata": {
"interpreter": {
"hash": "29f777c57806fb5c80793d14bde5bf3868a8dfead144d8afdd981bb278780bcd"
},
"kernelspec": {
"display_name": "Python 3.8.5 ('base')",
"language": "python",
"name": "python3"
},
"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.5"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment