Having fun with the Collatz ConjectureLet’s use a different approach to tackle the problem — organizing all uneven numbers in a different way.Jun 13, 2022Jun 13, 2022
Projections using Neural NetworksThis is a proof of concept article that shows the potential of Neural Networks to create “projections” that preserve distances.May 15, 2022May 15, 2022
mapPartitions in a PySpark DataframeIt’s now possible to apply map_partitionsdirectly to a PySpark dataframe, instead of a RDD. The API is very similar to Python’s DASK…Nov 22, 2021Nov 22, 2021
Fast pairwise combinations in NumPyInstead of using Python’sitertools.combinatios(arr, r=2) you can achieve the same goal by generating the upper triangle of an (n, n) array…Oct 2, 2021Oct 2, 2021
Obtain terrain elevation for geographic coordinates in Europe using PandasObtain terrain elevation at scale for geographic coordinates in Europe, using Python and Pandas, without relying on APIs or paid services.Jun 9, 2021Jun 9, 2021