Posts by Gustavo Silva • 11 points
2 posts
-
0
votes1
answer569
viewsQ: Error reading a column of a file . xlsx using Python pandas library
I need to create a Python list from a column of an Excel file using the pandas library. I have already installed all library components and the files are in the same directory. from pandas import…
-
1
votes2
answers905
viewsQ: Problem creating a Foreign key
I created a table tbl_cond with a PRIMARY KEY calling for ID_cond When creating a second table with a FOREIGN KEY, being her ID_cond of tbl_cond, put the following code. use db_clientes create table…