I am using modin to read an sql table, however I am getting this warning
import pyodbc
import sqlalchemy as sal
from sqlalchemy import create_engine
import modin.pandas as pd
from distributed import Client
client = Client()
UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 57475 instead
I am new usning modin and cant figure out whats going on, Jupyter Lab slows down for 5 minutes and then the dataframe is loaded, Any Suggestions/Recommendations ?