1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

csvpy: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-05-29 03:36:51 +02:00 committed by Owen Voke
parent abcd94a57f
commit 8a92c53c8d

12
pages.it/common/csvpy.md Normal file
View file

@ -0,0 +1,12 @@
# csvpy
> Carica un file CSV in una shell Python.
> Incluso in csvkit.
- Carica un file CSV in un oggetto `CSVKitReader`:
`csvpy {{data.csv}}`
- Carica un file CSV in un oggetto `CSVKitDictReader`:
`csvpy --dict {{data.csv}}`