You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/04/25 11:18:26 UTC

[arrow-rs] branch master updated: Add example readme (#1615)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 647542694 Add example readme (#1615)
647542694 is described below

commit 64754269447f7da2ae2ea2f27114f961e9c28477
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Mon Apr 25 07:18:21 2022 -0400

    Add example readme (#1615)
    
    * Add example readme
    
    * RAT
    
    * prettier
    
    * Review comments
---
 arrow/examples/README.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/arrow/examples/README.md b/arrow/examples/README.md
new file mode 100644
index 000000000..41ffd8233
--- /dev/null
+++ b/arrow/examples/README.md
@@ -0,0 +1,27 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+# Examples
+
+- [`builders.rs`](builders.rs): Using the Builder API
+- `collect` (TODO): Using the `FromIter` API
+- [`dynamic_types.rs`](dynamic_types.rs):
+- [`read_csv.rs`](read_csv.rs): Reading CSV files with explict schema, pretty printing Arrays
+- [`read_csv_infer_schema.rs`](read_csv_infer_schema.rs): Reading CSV files, pretty printing Arrays
+- [`tensor_builder.rs`](tensor_builder.rs): Using tensor builder