python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
BigQuery Read Storage API with ARROW format appending 0s for NUMERIC and BIGNUMERIC data
I tried out the code in the Google document for Read Storage API implementation.
But the Numeric and BigNumeric columns are returning with appended 0s.
For example: my table have Numeric data 123, the...
Anitha Thankappan
Votes: 0
Answers: 1
Does the R arrow package have anything like the random access capability of the fst package?
Our team is looking to integrate more of our R and python work. One part of this effort has been trying to move from fst files (using the package fst), which as far as I know cannot be read in python ...
Andreas
Votes: 0
Answers: 0
go install apache arrow
I'm a beginning go user trying to install the go apache arrow module, so I can run the introductory examples in the user guide. When I try to install the library, I receive the following errors:
$ go ...
Nicholas Palko
Votes: 0
Answers: 1
Specifying Apache Arrow partitioning from file names in R
I am learning Apache Arrow with R and I am trying to get a better understanding of
the partitioning mechanisms.
I have a folder with more than 5 000 CSV files that have that
structure: cci_v4_2004106_...
Philippe Massicotte
Votes: 0
Answers: 1