.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "CSVPY" "1" "Aug 16, 2024" "2.2.0" "csvkit" .SH "نام (NAME)" csvpy \- بارگذاری یک فایل CSV در پوسته تعاملی پایتون .SH "توضیحات (DESCRIPTION)" .sp یک فایل CSV را درون شیء \fBagate.csv.Reader\fP بارگذاری کرده و سپس وارد پوستهٔ پایتون می‌شود تا کاربر بتواند داده‌ها را به هر شکلی که مناسب می‌داند بررسی کند: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C usage: csvpy [\-h] [\-d DELIMITER] [\-t] [\-q QUOTECHAR] [\-u {0,1,2,3}] [\-b] [\-p ESCAPECHAR] [\-z FIELD_SIZE_LIMIT] [\-e ENCODING] [\-L LOCALE] [\-S] [\-\-blanks] [\-\-null\-value NULL_VALUES [NULL_VALUES ...]] [\-\-date\-format DATE_FORMAT] [\-\-datetime\-format DATETIME_FORMAT] [\-H] [\-K SKIP_LINES] [\-v] [\-l] [\-\-zero] [\-V] [\-\-dict] [\-\-agate] [\-\-no\-number\-ellipsis] [\-y SNIFF_LIMIT] [\-I] [FILE] Load a CSV file into a CSV reader and then drop into a Python shell. positional arguments: FILE The CSV file to operate on. If omitted, will accept input as piped data via STDIN. optional arguments: \-h, \-\-help show this help message and exit \-\-dict Load the CSV file into a DictReader. \-\-agate Load the CSV file into an agate table. \-\-no\-number\-ellipsis Disable the ellipsis if the max precision is exceeded. \-y SNIFF_LIMIT, \-\-snifflimit SNIFF_LIMIT Limit CSV dialect sniffing to the specified number of bytes. Specify \(dq0\(dq to disable sniffing entirely, or \(dq\-1\(dq to sniff the entire file. \-I, \-\-no\-inference Disable type inference (and \-\-locale, \-\-date\-format, \-\-datetime\-format, \-\-no\-leading\-zeroes) when parsing the input. .ft P .fi .UNINDENT .UNINDENT .sp این ابزار در صورت نصب بودن IPython به طور خودکار از آن استفاده خواهد کرد، در غیر این صورت از پوستهٔ پیش‌فرض پایتون استفاده می‌کند. .sp \fBنکته:\fP .INDENT 0.0 .INDENT 3.5 به دلیل محدودیت‌های سیستم‌عامل، csvpy ورودی فایل را به صورت داده‌های لوله‌کشی‌شده (piped) از طریق STDIN نمی‌پذیرد. .UNINDENT .UNINDENT .sp همچنین ببینید: آرگومان‌های مشترک میان تمام ابزارها. .SH "مثال‌ها (EXAMPLES)" .sp استفاده پایه: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C .ft P .fi .UNINDENT .UNINDENT .INDENT 0.0 .TP .B $ csvpy examples/dummy.csv Welcome! \(dqexamples/dummy.csv\(dq has been loaded in a reader object named \(dqreader\(dq. >>> next(reader) [\(aqa\(aq, \(aqb\(aq, \(aqc\(aq] .UNINDENT .sp به عنوان یک دیکشنری: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ csvpy \-\-dict examples/dummy.csv Welcome! \(dqexamples/dummy.csv\(dq has been loaded in a DictReader object named \(dqreader\(dq. >>> next(reader) {\(aqa\(aq: \(aq1\(aq, \(aqc\(aq: \(aq3\(aq, \(aqb\(aq: \(aq2\(aq} .ft P .fi .UNINDENT .UNINDENT .sp به عنوان یک جدول agate: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C $ csvpy \-\-agate examples/dummy.csv Welcome! \(dqexamples/dummy.csv\(dq has been loaded in a from_csv object named \(dqreader\(dq. >>> reader.print_table() | a | b | c | | \-\-\-\- | \- | \- | | True | 2 | 3 | .ft P .fi .UNINDENT .UNINDENT .SH "نویسنده (AUTHOR)" Christopher Groskopf و مشارکت‌کنندگان .SH "حق نشر (COPYRIGHT)" 2016, Christopher Groskopf and James McKinney .\" Generated by docutils manpage writer. .