Python’sstatistics
is a built-in Python library for descriptive statistics. You can use it if your datasets are not too large or if you can’t rely on importing other libraries.SciPy is a third-party library for scientific computing based on NumPy. It offers additional functionality compared to NumPy, includingscipy.stats
for statistical analysis.Matplotlib is a third-party library for data visualization. It works well in combination with NumPy, SciPy, and Pandas.
Friday, 16 October 2020
Different libraries in Python
Labels:
Data Science,
Python
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment