Data Analysis Library: by Muthu Priya J 19MZ06
Data Analysis Library: by Muthu Priya J 19MZ06
By
Muthu Priya J
19MZ06
S.NO. Library Name Functions
• Pandas are designed for quick and easy data manipulation, reading, aggregation and visualization (plotting the data
through histogram or box plot).
1 Pandas
• Pandas take data from a CSV or TSV file or a SQL database and creates a Python object with rows and columns called
a data frame which are then
• ScikitLearn provides a range of supervised and unsupervised learning algorithms via a consistent interface.
6 ScikitLearn • Classification, Clustering, Regression, Dimensionality reduction, Visualization, Model selection and Pre-processing
can be done with ScikitLearn.
• TensorFlow is an AI library that helps developer to create large-scale neural networks with many layers using data
flow graphs.
7 Tensorflow
• TensorFlow also facilitates the building of Deep Learning models and allows easy deploy of ML-powered
applications.
• Keras is TensorFlow’s high-level API for building and training Deep Neural Network code.
8 Keras • It is an open-source neural network library in Python.
• Statistical modeling, working with images and text is a lot easier with simplified coding for deep learning.
• Statsmodel provide easy computations for descriptive statistics, estimation and inference for statistical models.
• It is used to find
9 Statsmodel • Linear regression • Uni-variate & bi-variate analysis
• Correlation • Hypothesis Testing
• Generalized linear models and Bayesian model