How to upload user tables into the RSP TAP schema from a JupyterLab notebook?

Hello everyone,

I am working inside the Rubin Science Platform (RSP) JupyterLab environment with an official LSST account. Using a notebook, I have processed and extracted a localized catalog of cataclysmic variables from Rubin alert data.

I would now like to upload this personal dataset/table back into the platform’s infrastructure so that I can perform cross-matches and run ADQL queries in JOIN with the official Rubin catalogs (such as the Object or Source tables).

Could you please guide me on the recommended workflow to ingest a pandas DataFrame or a VOTable into the user TAP schema directly from within a Jupyter Notebook? If there are specific code snippets, pyvo configurations, or documentation pages for user database uploads in the current RSP release, I would be very grateful.

Thank you in advance for your help!

Hi Sauro,

Have you had a chance to consult the following notebook tutorial about cross-matching to a user-uploaded table?

Thanks very much.