Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 6590

General programming discussion • Re: Pi 5 Data analytics e.g. R studio, perl, awk etc

$
0
0
Hi :)
I need to do some data analysis and think of using Pi 5.

I might be able to use Libre office "excel" but it's maybe too inflexible. Really need row by row level control.

So I am wondering if anyone has ported the sorts of languages that might help e.g. R studio, perl, awk or anything similar.

Thanks in advance :)


perl and awk are pretty much part of the infrastructure you might expect from any Linux installation.

They are pre-installed by default with RasPiOS Bookworm.

Code:

david@rp54bw64full0512:~ $ awk -W versionmawk 1.3.4 20200120Copyright 2008-2019,2020, Thomas E. DickeyCopyright 1991-1996,2014, Michael D. Brennanrandom-funcs:       srandom/randomregex-funcs:        internalcompiled limits:sprintf buffer      8192maximum-integer     2147483647david@rp54bw64full0512:~ $ david@rp54bw64full0512:~ $ perl -vThis is perl 5, version 36, subversion 0 (v5.36.0) built for aarch64-linux-gnu-thread-multi(with 53 registered patches, see perl -V for more detail)Copyright 1987-2022, Larry WallPerl may be copied only under the terms of either the Artistic License or theGNU General Public License, which may be found in the Perl 5 source kit.Complete documentation for Perl, including FAQ lists, should be found onthis system using "man perl" or "perldoc perl".  If you have access to theInternet, point your browser at https://www.perl.org/, the Perl Home Page.david@rp54bw64full0512:~ $ 


R seems to be available as a standard Debian package, installable via apt under RasPiOS.
Ref: https://cran.rstudio.com/bin/linux/debian/

Code:

david@rp54bw64full0512:~ $ apt-cache policy r-baser-base:  Installed: (none)  Candidate: 4.2.2.20221110-2  Version table:     4.2.2.20221110-2 500        500 http://deb.debian.org/debian bookworm/main arm64 Packages        500 http://deb.debian.org/debian bookworm/main armhf Packagesdavid@rp54bw64full0512:~ $ 

Pretty much every computer language you can think of is either pre-installed, available via a Debian package, or can be built from source. Similarly lots of database engines and query tools.

C/C++, Ruby, Pascal, Rust, Go, Python, FORTRAN, Algol. Probably Erlang and Haskell. And lots more...



And recently-published benchmarks in these forums show an RPi[5] board having many times the raw compute power of the Cray mainframes that used to be the Holy Grail of scientific computing.


There is no reason to think that an RPi[5] will impede your analysis by reason of hardware or software. It is a 'real' computer, and RasPiOS is a 'real' Operating System.

Statistics: Posted by B.Goode — Mon Jan 29, 2024 10:55 am



Viewing all articles
Browse latest Browse all 6590

Trending Articles