We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cc1d1 commit e4c844aCopy full SHA for e4c844a
Leer archivos excel con pandas/main.py
@@ -26,11 +26,9 @@ def crear_tabla(self):
26
df_fila = df.to_numpy().tolist()
27
x = len(columnas)
28
y = len(df_fila)
29
-
30
except ValueError:
31
QMessageBox.about (self,'Informacion', 'Formato incorrecto')
32
- return None
33
+ return None
34
except FileNotFoundError:
35
QMessageBox.about (self,'Informacion', 'El archivo esta \n malogrado')
36
return None
0 commit comments