Durchsuchen nach
Schlagwort: IT

Jupyter Lab Wrap of the text

Jupyter Lab Wrap of the text

The Jupyter Lab is the modern version of the Jupyter Notebook. Version: I use the version 4.5.7 If you have the problem that you have a long code in your text and that ends to the right side, and you have to scroll it every time, then I have one solution. It is a solution that should work permanently. Open you Jupyter Lab, to „Settings“ -> on the right side at the top -> JSON Settings Editor -> Advanced settings…

Weiterlesen Weiterlesen

Temperaturvorhersage für die Stadt Essen

Temperaturvorhersage für die Stadt Essen

Essen liegt im Ruhrgebiet, wo immer noch massiv Kohlenstaub auf der Wäsche herumliegt 😉 in NRW. Mit diesem einfachen Python Script kann man so ein echtes Diagramm erstellen. Wenn ich so einige ältere Diagramme von einigen Tagen nehme, sollte es eigentlich schon viel wärmer sein, aber nun gut, es ist erst Mitte Mai, da kann es noch gefühlt Winter sein und Regen ohne Ende geben. Wir wollen doch nicht, dass nach 1 Tag kein Regen, die Erde total austrocknet. Lieber…

Weiterlesen Weiterlesen

Análisis de los precios al consumidor en Chile (2026): Un enfoque con Python

Análisis de los precios al consumidor en Chile (2026): Un enfoque con Python

Introducción: Para encontrar un ejemplo de la vida real, he analizado un archivo CSV del gobierno chileno sobre los precios oficiales al consumidor. Los datos provienen del portal datos.gob.cl. Para nuestro script, utilizamos el lenguaje Python y la biblioteca Pandas. En mi caso, también utilizo Matplotlib para la visualización. La visualización: En este caso, no utilizo un gráfico de barras típico. He creado un diagrama de rangos (también conocido como Dumbbell Plot). Al ejecutar el script, el sistema pregunta por…

Weiterlesen Weiterlesen

How to do some admin works with MariaDB and Python

How to do some admin works with MariaDB and Python

The challenge for every administrator, especially database administrators, naturally lies in keeping track of what their own system is doing. I’m not a database administrator, meaning I don’t work full-time in this field 40 hours a week. But even for the hobbyist database administrator using MariaDB, some of this information is quite useful. But I’ve been interested in databases for many years. I’m fascinated by data storage, because we encounter countless databases every day, even if we’re not aware of…

Weiterlesen Weiterlesen

Python Pandas Query greater than

Python Pandas Query greater than

If you have a script with Python Pandas and you want to have a query for a value that is in my case greater than 40, then you have to use this kind of command. Make sure that you have installed Python and Pandas on your computer. The CSV file is from Google Trends, and I have asked Google Trends how many search queries are there for Python Pandas all over the world. At the moment, I’m building a tool…

Weiterlesen Weiterlesen