Matplotlib

Matplotlib is a popular data visualization library in Python, which is widely used in Data Engineering to plot and analyze data. With Matplotlib, you can create a wide range of charts and graphs including line charts, bar charts, scatter plots, histograms, and more. Here are some common use cases of Matplotlib in Data Engineering: Visualizing … Read more

NumPy

NumPy is a powerful library for numerical computing in Python. It provides a high-performance array object, which can be used for storing and manipulating large arrays of numerical data. NumPy provides a wide range of functions for performing mathematical operations on arrays, including linear algebra, Fourier transforms, and more. NumPy also provides functions for reading … Read more

Linux Commands

Linux/Unix Commands The way of interacting with Linux or Unix Operating System  is linux commands. The commands are way of passing message to the OS to perform certain operations and return back desired results. It is one of the most popular and powerful operating system used by many organizations. Developers,administrators use Linux Commands, shell scripting to … Read more