Thank for reaching out. Could you please post the first few rows of your csv file without any formatting? Specifically, I'd like to confirm that the file is comma-separated, and has no whitespaces. I.e., it should be:
id,ra,dec
5463115563480388352,149.92768922574197,-31.2162
5938543394967135744,254.00055092028342,-48.5869
5860529677710780160,183.82948532705507,-66.5282
If your CSV file is not exactly like this, please try to import again with a CSV file cleaned appropriately.
Second possibility: when you create the mydb table 'table', please make sure that such a table does not already exists. It if does, either drop it first (you can for instance add the drop=True argument to qc.mydb_import() ), or import into a mydb table with a different name.
Finally, just to be sure, also check if your login token is still correct. I am pretty sure it is, otherwise importing should not work. But just to be sure.
Please let us know if none of these work.
(By the way, is the table name really 'table' in your mydb? (just in case we need to look into your mydb).
Best,
Robert for the DL team