1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-12-29 02:50:22 +01:00

docs: update Scripting/Python/Manip-donnees

Cette révision appartient à :
Maxime Mourier 2021-06-08 08:51:57 +00:00 révisé par Mickael Asseline
Parent c16e5fd1c2
révision c0d5840308

Voir le fichier

@ -2,7 +2,7 @@
title: Python - Manipulation des données
description:
published: true
date: 2021-06-08T08:19:42.413Z
date: 2021-06-08T08:51:55.413Z
tags:
editor: ckeditor
dateCreated: 2021-06-07T08:01:47.026Z
@ -135,10 +135,10 @@ with open('voitures.json') as file: #Fonctionne pour tout type de fichier.
>>> data
{'title': 'Modeles de voitures', 'SUV': ['CX-5', 'C-HR', 'Duster'], '4x4': ['Q5', 'Tucson', 'Macan']}</code></pre>
<p>&nbsp;</p>
<h1>CSV</h1>
<p>&nbsp;</p>
<h1>Lire un txt</h1>
<h1>Manipuler un fichier</h1>
<h2>Ouvrir un fichier</h2>
<h2>Fichier texte</h2>
<h2>Fichier CSV</h2>
<p>&nbsp;</p>
<h1>Formater des chaines de caractères</h1>
<p>&nbsp;</p>