Data Analysis

How To Install and Use ClickHouse on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use ClickHouse on CentOS 7

ClickHouse is an open-source, column-oriented analytics database created by Yandex for OLAP and big data use cases. In this tutorial, you’ll install the ClickHouse database server and client on your machine. You’ll use the DBMS for typical tasks and optionally enable remote access from another server so that you’ll be able to connect to the database from another machine.

Read more
Установка TensorFlow в Ubuntu 20.04 — step-by-step AI And Machine Learning tutorial on Progressive Robot

Установка TensorFlow в Ubuntu 20.04

Программная библиотека машинного обучения TensorFlow с открытым исходным кодом используется для обучения нейросетей. Каждый узел графика отражает операции, выполняемые нейросетями в многомерных массивах, в форме [графиков потока данных с сохранением…

Read more
How To Obtain a pandas DataFrame from an Unordered API Endpoint — step-by-step Python tutorial on Progressive Robot

How To Obtain a pandas DataFrame from an Unordered API Endpoint

A DataFrame is a two-dimensional data structure with data presented in rows and columns. Using Python, one common method is to convert data from CSV, Excel, or API endpoints into a Pandas DataFrame. However, some API endpoints do not represent column names and their values in a clear context, which can present a challenge for converting the data into a DataFrame. In this tutorial, you will obtain data from an unordered endpoint and present it in a suitable format to Pandas DataFrame.

Read more
Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 18.04

Веб-приложение с открытым исходным кодом, Jupyter Notebook, позволяет создавать и обмениваться интерактивными кодом, визуализациями и многим другим. Этот инструмент можно использовать с несколькими языками программирования, включая Python, Julia, R, Haskell…

Read more
CHAT