Posts by Jmax • 1 point
2 posts
-
-1
votes2
answers40
viewsA: Consultation with Count
From what I understand a select with Where would solve. Select * from product_status_history Where Status = "CART"
-
-2
votes1
answer35
viewsQ: Python - Error import pandas
People I’m in trouble when I try to use pandas in my project, see this mistake: File "c:\Users\jua2544825\Desktop\front_reembolso\main.py", line 10, in <module> from pandas import read_csv as…