Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 98C6A200D00 for ; Wed, 16 Aug 2017 23:32:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 97753169B1C; Wed, 16 Aug 2017 21:32:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D4B49169B03 for ; Wed, 16 Aug 2017 23:32:56 +0200 (CEST) Received: (qmail 40307 invoked by uid 500); 16 Aug 2017 21:32:55 -0000 Mailing-List: contact commits-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list commits@arrow.apache.org Received: (qmail 40210 invoked by uid 99); 16 Aug 2017 21:32:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2017 21:32:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B29ADFB86; Wed, 16 Aug 2017 21:32:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: wesm@apache.org To: commits@arrow.apache.org Date: Wed, 16 Aug 2017 21:33:09 -0000 Message-Id: <08f216d462144180be6f05709695fa2f@git.apache.org> In-Reply-To: <516e9eb2901b4e81b5bc123becbdcfe2@git.apache.org> References: <516e9eb2901b4e81b5bc123becbdcfe2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/30] arrow-site git commit: Update Python and GLib API docs for 0.6.0 archived-at: Wed, 16 Aug 2017 21:32:59 -0000 http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/python/generated/pyarrow.RecordBatch.html ---------------------------------------------------------------------- diff --git a/docs/python/generated/pyarrow.RecordBatch.html b/docs/python/generated/pyarrow.RecordBatch.html index 0a2c2d9..62ad3b9 100644 --- a/docs/python/generated/pyarrow.RecordBatch.html +++ b/docs/python/generated/pyarrow.RecordBatch.html @@ -73,7 +73,8 @@
  • Memory and IO Interfaces
  • In-Memory Data Model
  • IPC: Fast Streaming and Serialization
  • -
  • Filesystem Interfaces
  • +
  • File System Interfaces
  • +
  • The Plasma In-Memory Object Store
  • Using PyArrow with pandas
  • Reading and Writing the Apache Parquet Format
  • API Reference
  • @@ -176,13 +177,16 @@ methods instead.

    from_pandas(type cls, df, ...) Convert pandas.DataFrame to an Arrow RecordBatch -slice(self[, offset, length]) +replace_schema_metadata(self, dict metadata=None) +EXPERIMENTAL: Create shallow copy of record batch by replacing schema + +slice(self[, offset, length]) Compute zero-copy slice of this RecordBatch -to_pandas(self[, nthreads]) +to_pandas(self[, nthreads]) Convert the arrow::RecordBatch to a pandas DataFrame -to_pydict(self) +to_pydict(self) Converted the arrow::RecordBatch to an OrderedDict @@ -255,7 +259,7 @@ methods instead.

    Parameters: