aws / aws/amazon-redshift-python-driver
write_dataframe() does not finish
- Lenguaje dominante
- Python
- Estrellas
- 220
- Forks
- 86
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I'm trying to write a `pandas.DataFrame` into a table using the `write_dataframe `function but I tried waiting 10 minutes, and it does not finish.
I limited the size of the dataframe to have around 70 rows and 40 columns, the problem persists.
In the debugger, the code is stuck when calling the libray code `self.executemany(sql, arrays)` into `write_dataframe `.
How can I know what is the problem? I can read successfully another table. The table where I want to write was just created for testing purpouses.
Thanks
Guía de contribución
Línea de trabajo
Comienza en write_dataframe() e inspecciona la llamada self.executemany(sql, arrays) descrita en el informe. Reproduce el bloqueo con un pandas.DataFrame de aproximadamente 70 filas y 40 columnas y la tabla de prueba recién creada; después determina qué permite que la escritura finalice y verifica que el dataframe se haya insertado correctamente.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- aws, pandas, python
- Área
- databases
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 30/100