I am new to Spark and GraphX. I am trying to create a graph using graphX. However IDs in the data are like below: '20|pending_org_::a5055a7d50b4c9777f62181c6fd0
I am trying to figure out about null where I need to return a default value it contains null. Here is the code (Please check the comment in the code) class Bund
Hi thanks for reviewing my question, I am trying to transfer large packets using simple UDP sockets in C. OS is windows 10; IDE Visual Studio. System build-up:
Python has support for postional only and keyword only arguments Positional only arguments def postional_only_func(a,b,/): ... Keyword o
I have 2,299.00 as a string and I am trying to parse it to a number. I tried using parseFloat, which results in 2. I guess the comma is the problem, but how wou
Getting System.InvalidOperationException: 'The LINQ expression 'DbSet Either rewrite the query in a form that can be translated, or switch to client evaluation
I need help this task You have to implement function that will Check that object is empty. Object considered to be empty when it has no properties or all its p
I am working with createjs html5 engine and have a problem in fullscreen: When canvas goes to fullscreen mode and the screen aspect ratio is different from the
I am working on a project where I am using psycopg2 connection to fetch the data from the database like this, cursor = connection.execute("select * from table")