Hi @MuthuLakshmi , As per the documentation it was mentioned that graphframes comes preinstalled in databricks runtime for machine learning. but when trying to import the python module of graphframes, getting no module found error.
from graphframes import *
ModuleNotFoundError: No module named 'graphframes'
pip show graphframes
WARNING: Package(s) not found: graphframes