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:
parent
abcd94a57f
commit
8a92c53c8d
1 changed files with 12 additions and 0 deletions
12
pages.it/common/csvpy.md
Normal file
12
pages.it/common/csvpy.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue