In this we cover some basic function in python. some of these are
Numpy :- NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object.
Pandas :-Pandas is an open-source, BSD-licensed Python library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language. Python with Pandas is used in a wide range of fields including academic and commercial domains including finance, economics, Statistics, analytics, etc.In this tutorial, we will learn the various features of Python Pandas and how to use them in practice.
Matplot :- Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy.
DateTime :- In Python, date, time and datetime classes provides a number of function to deal with dates, times and time intervals. Date and datetime are an object in Python, so when you manipulate them, you are actually manipulating objects and not string or timestamps.