Category: Programming

data.table library tutorial and explain

The Tidyverse and data.table R Packages

“The Tidyverse and data.table R Packages” The power of R comes from the vast collection of software libraries, i.e. packages, that can be easily installed and loaded in R. Today we will cover two of the most powerful packages in R, the tidyverse and data.table packages. The tidyverse and data.table are two popular packages in R that provide functions for working with data. […]

Time take in second on number of calculations loop

Maximizing Efficiency with Loops and Vectorization in Programming Languages

” Maximizing Efficiency with Loops and Vectorization in Programming “ Table of Content: I. Introduction to loops and vectorization in programming languages II. Loops in programming languages III. Vectorization in programming languages IV. When to use loops vs. vectorization V. Best practices for using loops and vectorization VI. Conclusion I. Introduction to loops and vectorization […]

Analyzing Crypto Market using R — Part 2 image

Analyzing Crypto Market using R — Part 2

Correlations in the Crypto World Analyzing crypto market Aous Abdo, WWW.ANALYTICADSS.COMAn interactive version of this post can be found on here. In my previous post I explored bitcoin data from different exchanges, we also covered some arbitrage-related data. In part 2 of this series I will explore alt coin related data. R Libraries Below is a list […]

Analyzing Crypto Market using R — Part 1 image

Analyzing Crypto Markets using R — Part 1

Downloading and Processing Crypto Data with R Analyzing crypto market Aous Abdo, WWW.ANALYTICADSS.COMAn interactive version of this post can be found here. No doubt that crypto currencies with all the promises they bring, both financially and otherwise, are only here to stay. As a data scientist interested in data and numbers, I thought it would be nice […]