-
Updated
Feb 27, 2021 - C++
arrow
Here are 193 public repositories matching this topic...
-
Updated
Feb 26, 2021 - Kotlin
Currently, aggregation APIs (groupby, reductions, rolling, etc.) are scattered around in multiple files and there are inconsistencies between the directory structures in cpp/include/, cpp/src/, cpp/tests/, and cpp/benchmarks/. For example:
cpp/include/:
- include/cudf/aggregation.hpp
- include/cudf/groupby.hpp
- include/cudf/rolling.hpp
- ....
cpp/src/:
- src/aggregati
I'd like to be able to call LCASE on a string column to convert it to lowercase, like in MySQL. This is an alias for LOWER, which is noted in #1135 . This is listed as a supported operation on string columns in the Calcite reference, but it may need not currently be available without some changes based on the following:
from pyspark.sql import SparkSession
from blazingsql import Bla-
Updated
Aug 16, 2020 - JavaScript
-
Updated
May 22, 2020 - Java
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jan 3, 2021 - Swift
-
Updated
Oct 15, 2018 - Swift
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Feb 8, 2021 - Python
Problem description
Our dask update graphs are not properly optimized.
We ussually use dask.dataframe optimization and set ave_width=repartition_ratio for kartothek.io.dask.dataframe.update_dataset_from_ddf graphs. We should return an optimized graph from update_dataset_from_ddf to make our users' life simple.
We already have code that does this, whoever picks this up can ping me
It would be helpful to have Fletchgen output warnings for unused metadata fields that start with fletcher_. For example, (this happened to me) when someone adds fletchgen_epc to Schema metadata instead of Field metadata.
-
Updated
Feb 26, 2021 - Rust
-
Updated
Oct 25, 2019 - Objective-C
-
Updated
Nov 13, 2020 - Java
-
Updated
Apr 25, 2019 - Python
-
Updated
Feb 11, 2021 - Julia
-
Updated
Feb 18, 2021 - Kotlin
-
Updated
Feb 23, 2021 - Kotlin
-
Updated
Jan 11, 2021 - Swift
-
Updated
Nov 5, 2018 - Kotlin
Improve this page
Add a description, image, and links to the arrow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arrow topic, visit your repo's landing page and select "manage topics."
I think it would be nice if there was a reversed version of humanize, i.e. a function that parses human readable input like "20 hours ago" and produces an Arrow object than can be used in scripts with ease.