Python pandas read_csv : Pandas read_csv() method is used to read CSV file (Comma-separated value) into DataFrame object. The CSV format is an open text format representing tabular data as comma-separated values. Pandas module is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.… Continue reading Python pandas read_csv
Pandas get column names
Pandas get column names : When analyzing large datasets, it may be necessary to obtain column names to perform certain operations on the dataset. In this article, I will show you four ways to retrieve column names in a Pandas dataframe. Let’s start by creating a relatively simple dataset. Now let’s try to get the… Continue reading Pandas get column names
Jupyter notebook windows
Today we will see how to install jupyter notebook to use python on a windows computer. Jupyter notebooks are electronic notebooks that can gather text, images, mathematical formulas and executable computer code. They can be manipulated interactively in a web browser. Developed for the languages Julia, Python and R (hence the name JUPYTER), it is… Continue reading Jupyter notebook windows
Executing shell commands in python
Executing shell commands in python : When working with python, it is sometimes necessary to execute shell/bash codes directly from the python script.In this article, I’m going to show you several methods to do this directly from its python code. The simplest way: Using the OS module The first method to execute a shell command… Continue reading Executing shell commands in python
Best Mining GPU
Best Mining GPU : Cryptocurrency is becoming more and more popular today with hundreds of different crypto-currencies. The market is booming and nowadays we can even pay with crypto-currencies.The main cryptocurrency today are : Bitcoin : Bitcoin is a key value in the cryptomoney industry. It is the most robust blockchain network. Its protocol has… Continue reading Best Mining GPU
Boosting league of legends – Elo boost
Boosting league of legends: Boosting in league of legends is when an expert player logs into the account of another player who wishes to upgrade his account, either in terms of items won or rank. This principle has been widely developed in recent years with the arrival of games such as League of Legends or… Continue reading Boosting league of legends – Elo boost
Python install matplotlib
Python install matplotlib : Matplotlib is a package that is very useful for creating 2D or 3D graphics, which is highly sought after in scientific publications. Some examples of graphics made with matplotlib : How to install matplotlib ? 1. Install Matplotlib with the Anaconda Prompt To be able to use this method you need… Continue reading Python install matplotlib
Best python editor
Best python editor : What is an IDE? An IDE (Integrated Development Environment) is a complete programming environment in the form of an application. It generally consists of a compiler, a code editor and a debugger. Before reviewing the different IDEs on the market, we will look at what it takes to have a good… Continue reading Best python editor
Pip install specific version of a package
Pip install specific version : How to install a specific version of a package ? Pip is the most popular tool and command used to install third party packages in Python (version 2 and 3). In this tutorial, we will learn how to install a specific version of a Python package with the pip command.… Continue reading Pip install specific version of a package
What is Google Dataset Search
What is Google Dataset Search ? At the end of January, the company Google made available a new tool designed to help researchers to find immediately and freely available online data: Google Dataset Search. This tool has just been released of its beta version. This project, launched in 2018, which attempts to aggregate data online… Continue reading What is Google Dataset Search