I need to make queries to the database ( postgresql
) but the tables I want to consult were created by pandas
so I do not have a model to refer to, how do I do queries without models?
I need to make queries to the database ( postgresql
) but the tables I want to consult were created by pandas
so I do not have a model to refer to, how do I do queries without models?