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

index of data science

The document outlines a series of experiments and tasks to be performed using Python, focusing on built-in data types, NumPy arrays, and Pandas DataFrames. It includes operations such as data manipulation, statistical analysis, and data visualization. Additionally, it mentions the use of the scikit-learn package for implementing regression models.

Uploaded by

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

index of data science

The document outlines a series of experiments and tasks to be performed using Python, focusing on built-in data types, NumPy arrays, and Pandas DataFrames. It includes operations such as data manipulation, statistical analysis, and data visualization. Additionally, it mentions the use of the scikit-learn package for implementing regression models.

Uploaded by

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

INDEX

S. Experiments Date Signature


No.
1 Perform Creation, indexing, slicing, concatenation and
repetition operations on
Python built-in data types: Strings, List, Tuples,
Dictionary, Set
2 Solve problems using decision and looping
statements.
3 Apply Python built-in data types: Strings, List,
Tuples, Dictionary, Set and their methods to solve
any given problem
4 Handle numerical operations using math and
random number functions.
5 Manipulation of NumPy arrays- Indexing,
Slicing, Reshaping, Joining and Splitting.

6 Computation on NumPy arrays using Universal


Functions and Mathematical methods.
7 Import a CSV file and perform various
Statistical and Comparison operations on
rows/columns.
8 Create Pandas Series and DataFrame from various
inputs

9 Import any CSV file to Pandas DataFrame and perform the


following:
1. Visualize the first and last 10 records
2. Get the shape, index and column details
3. Select/Delete the records(rows)/columns based on
conditions.
4. Perform ranking and sorting operations.
5. Do required statistical operations on the given
columns.
6. Find the count and uniqueness of the given
categorical values.
7. Rename single/multiple columns.
10 Import any CSV file to Pandas DataFrame and perform the
following:
1. Handle missing data by detecting and dropping/ filling
missing values. 2. Transform data using different methods.
3. Detect and filter outliers.
4. Perform Vectorized String operations on Pandas
Series.
5. Visualize data using Line Plots, Bar Plots,
Histograms, Density Plots and Scatter Plots.

11 Use the scikit-learn package in python to


implement the regression model and its
related methods
● Micro Project
● Macro Project

You might also like