0% found this document useful (0 votes)
64 views

Python Data Analytics Lab - Manual

Uploaded by

dineshhsenid73
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views

Python Data Analytics Lab - Manual

Uploaded by

dineshhsenid73
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 49

Data Analytics Lab Manual

1.Write a Python program to perform linear search


2.Write a Python program to insert an element into a sorted list
3. Write a python program using object-oriented programming to demonstrate
encapsulation, overloading and inheritance
4.Implement a python program to demonstrate
1) Importing Datasets 2) Cleaning the Data 3) Data frame manipulation using
Numpy
5.Implement a python program to demonstrate the following using NumPy
 Array manipulation, Searching, Sorting and splitting.
 broadcasting and Plotting NumPy arrays
6. Implement a python program to demonstrate
Data visualization with various Types of Graphs using Numpy
7.Write a Python program that creates a mxn integer arrayand Prints its attributes
using matplotlib
8.Write a Python program to demonstrate the generation of linear regression
models.
9.Write a Python program to demonstrate the generation of logistic regression
models using Python
10.Write a Python program to demonstrate Timeseries analysis with Pandas.
11.Write a Python program to demonstrate Data Visualization using Seaborn.
1.Write a Python program to perform linear search
2.Write a Python program to insert an element into a sorted list
3. Write a python program using object-oriented programming to demonstrate
encapsulation, overloading and inheritance
4.Implement a python program to demonstrate
1) Importing Datasets 2) Cleaning the Data 3) Data frame manipulation using Numpy
5.Implement a python program to demonstrate the following using NumPy
i) Array manipulation, Searching, Sorting and splitting.
ii) broadcasting and Plotting NumPy arrays
6. Implement a python program to demonstrate
7.Write a Python program that creates a mxn integer arrayand Prints its attributes
using matplotlib

You might also like