How do I install graphframes on Google colab?
I tried !pip install graphframes
but received error An error occurred while calling o503.loadClass.: java.lang.ClassNotFoundException: org.graphframes.GraphFramePythonAPI
when I call g = GraphFrame(v,e)
. I am using Spark2.4.
I also tried ! pyspark --packages graphframes:graphframes:0.8.0-spark2.4-s_2.11
All other sources seem to not work on the Colab platform.