Durchsuchen nach
Schlagwort: Scripting

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

How to use variables in the Bash?

How to use variables in the Bash?

🐧️ Linux Bash: ❓️ How to use variables in the Bash? ❓️ I use here the following Bash internal variables into a script. ➡️ $LOGNAME = the name from /etc/passwd ➡️ $XDG_SESSION_TYPE = What kind of session I use: X11 or Wayland From Facebook: OpenSource Traveler

Linux Bash Script: How to add own text to variable

Linux Bash Script: How to add own text to variable

You have created a little code in a bash script, and you want to add your own text to a variable. I show you it, in this Reel from my Facebook Fan page / Sie haben einen kleinen Code in einem Bash-Skript erstellt und möchten Ihrer Variablen einen eigenen Text hinzufügen. Ich zeige Ihnen, wie das geht, in diesem Reel von meiner Facebook-Fanseite.