code.report
Pandas GroupBy Data Aggregation
Aggregation and Grouping with Pandas In this short Python/Pandas tutorial, we shall see some simple commands that can help dealing with data…
Dealing with missing values
Preparing data for an analysis is, sometimes, the worst part of the battle. It can be a very tedious task and it can take up to 80% of the…
Hello World in Python
Hello, World! Python is a very simple scripting language. It encourages programers to write code without many boilerplates. One of the most…
Windows Powershell
PowerShell is a task automation and configuration management framework from Microsoft It consisting of a command-line shell and associated…
Power off computer with Powershell
How to power off a computer (or a list of) with one powershell command Let’s say you need to execute a long script but needs to power off…
Using convert to resize and rotate images
The convert command can quickly resize an image directly on a linux terminal. The following command will resize an image based on a percent…
Using SED - A Stream EDitor for unix systems
In this article, I will show a fast and simple way to improve your productivity using a tool that helps with text processing, which can be…
Installing Python on Linux
Python Python is an interpreted, high-level, general-purpose programming language. To start working with Python, you will need to install…
Installing Python on Windows
Python Python is an interpreted, high-level, general-purpose programming language. To start working with Python, you will need to install…