News

Some months back I developed some pyuno code for converting spreadsheets into CSV files from the command line. Pyuno being the Python interface to the OpenOffice runtime. One of the enhancement ...
Using the SSConverter class that we developed last week, which used the OORunner class from the week before that, this week we'll create a Python function that allows us to use spreadsheets as if they ...
Apprenez à lire des fichiers CSV volumineux en Python sans problèmes de mémoire. Découvrez les techniques pour un traitement efficace des données en Data Engineering.
Edit CSV file as you need: csv file has three columns: IP address, hostname (the host name you want to set in zabbix server), hostgroups (you can add many, delimited by ':' sign). Edit ...