I have a spark cluster in kubernetes based on image mcr.microsoft.com/mmlspark/spark2.4:v4. Spark version version 2.4.0 Using Scala version 2.11.12, OpenJDK
I was comparing the result of my following python calculation with Mathematica: https://www.wolframalpha.com/input?i=sum+%28500+choose+r+%29%28-1%29%5Er+%2F%28r
Am using Algolia on my React App to do an instant search It works fine to get the Hits and results, but to make it a more friendly user experience by adding the
I am working on an SQL query in order to define customer types, the goal is to differenciate the old active customers from the churn customers (churn = customer
I would like to draw a single object for say 2 seconds, then draw the next object. I want to save each object so I can assess them after they each have run. Obj
This query that I made returns the number of employees hired for an specific position in a specific day SELECT job_title ,To_char(hire_date, '
I was testing some apparently wrong code and was quite sure it should return a syntax error. But it didn't. The following query works without errors (albeit doe
so I'm doing a django calendar project with some TDD and running into an odd issue. I made a functional test using selenium that walks through logging in, addin