I think you may need an import Random statement somewhere.
the load function is using it.
MySQL.load(some_dataframe,conn)
admittedly, I did not intend to call the function without the name keyword. nonetheless, the code needs to be adjusted (either change the signature / remove Random or import it)
I think you may need an
import Randomstatement somewhere.the
loadfunction is using it.MySQL.load(some_dataframe,conn)admittedly, I did not intend to call the function without the
namekeyword. nonetheless, the code needs to be adjusted (either change the signature / remove Random or import it)