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 à :
Parent
c16e5fd1c2
révision
c0d5840308
1 fichiers modifiés avec 5 ajouts et 5 suppressions
|
@ -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> </p>
|
||||
<h1>CSV</h1>
|
||||
<p> </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> </p>
|
||||
<h1>Formater des chaines de caractères</h1>
|
||||
<p> </p>
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket