Federico Molina

Results 6 comments of Federico Molina

Hello! Here is an example of parallelizing the calculation of distances between matrices with c ++ using RcppParallel https://gallery.rcpp.org/articles/parallel-distance-matrix/

I started learning c ++ very recently, maybe (if you agree) I could try to implement some distances to practice c ++. I am not an expert by any means...

In version 0.60 the language does not work as expected in Jupyter . For example, running the following code in Jupyter I got: `min_year = 2021 max_year = 2022 country...

> > country_holidays_dict = country_holidays(country_code, years=years, language="en") > > Correct `language` value is `en_US`. Now it works as expected. But documentation said: `:param language: The language which the returned holiday...