Skip to content

11th May 2021

Computer Science

GNULinux

(../computer_science/gnu_linux/latex.md)

  • New: LaTeX change tables names in Spanish.

    Change the captions from “Cuadro: ” to “Tabla: ”.

(../computer_science/gnu_linux/postgresql.md)

  • New: Delete a table.

    DROP TABLE "{table_name}";
    

Programming

(../python_basics.md)

(../computer_science/programming/python/jupyter.md)

(../computer_science/programming/python/pandas.md)

  • New: Pandas DataFrame to SQL database.

    pandas.DataFrame.to_sql() writes records stored in a DataFrame to a SQL database.