We have the answers to your questions! - Don't miss our next open house about the data universe!

PySpark: Everything about the Python library

pyspark

When we talk about database processing in python, we immediately think of the pandas library. However, when dealing with very large databases, calculations become too slow. Fortunately, there is another python library, very similar to pandas, which allows for the processing of very large amounts of data: PySpark. In this article, we will present central […]

Python : Focus on the most popular programming language

python

Python is the most popular and widely used programming language, particularly in the fields of data science and machine learning. Learn everything you need to know about it: definition, how it works, use cases, advantages, training… What is Python used for ? One of the main use cases of Python is scripting and automation. This […]