miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2024-11-27 03:34:08 +01:00
docs: update Scripting/Python/Manip-donnees
Cette révision appartient à :
Parent
1ec9f2812d
révision
147b94c1e9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -2,7 +2,7 @@
|
|||
title: Python - Manipulation des données
|
||||
description:
|
||||
published: true
|
||||
date: 2021-11-17T10:26:44.628Z
|
||||
date: 2021-11-17T10:28:57.180Z
|
||||
tags:
|
||||
editor: ckeditor
|
||||
dateCreated: 2021-06-07T08:01:47.026Z
|
||||
|
@ -130,7 +130,7 @@ Modeles de citadine : C3</code></pre>
|
|||
<p>On importe ce fichier et le convertit en dictionnaire :</p>
|
||||
<pre><code class="language-python">import json
|
||||
|
||||
with open('voitures.json') as file: #Fonctionne pour tout type de fichier.
|
||||
with open('voitures.json') as file: #On ouvre le fichier "voitures.json" en tant que variable "file"
|
||||
data = json.load(file) #On attribue le contenu du fichier au dictionnaire "data"
|
||||
|
||||
>>> data
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket