Skip to content
TECHONESPOT
All Tech at one spot
HOME
CBSE
Class6th
Class7th
Class8th
Class9th
Class10th
Class11th
Commerce
Informatics Practices
Class 11th PHYSICAL EDUCATION
Science
Computer Science
Biology
Physics
Chemistry
Mathematics
English
PE
Class12th
Commerce
English
Accountancy
Business Studies
Economics
Informatics Practices
Entrepreneurship
Class 12th Physical Education
Science
Computer Science
GSEB
Class 7th GSEB
Class 8th GSEB
Class9th GSEB
Class10th GSEB
Class11th GSEB
Class12th GSEB
ACCOUNTS
STATISTICS
ORGANIZATION OF COMMERCE AND MANAGEMENT
ECONOMICS
ENGLISH
HINDI
GUJARATI
COMPUTER
ICSE
Books
BOOKS_GSEB
Books_CBSE
Courses
Basic Courses
Data Analysis
Excel
Python
SQL
Power BI
HTML
CSS
Oracle
SQL
Python
C++
C Language
Java
BCA
Semester-1
Semester-2
Semester-3
Semester-4
Semester-5
Semester-6
Application’s
SOFTWARE
About us
Privacy Policy
Contact us
Terms and Conditions
Assignment 1
1. Create a pandas series from a dictionary of values and an ndarray.
2.Write a Pandas program to perform arithmetic operations on two Pandas Series.
3.Write a Pandas program to add some data to an existing Series.
4. Write a Pandas program to select the rows where the percentage greater than 70
.
5.Write a Pandas program to select the rows the percentage is between 70 and 90 .
6.Write a Pandas program to change the percentage in a given row by the user.
7.Python Pandas Write a Pandas program to join the two given dataframes along rows and assign all data
8.Write a Pandas program to join the two given data frames along columns and assign all data.
9.Write a Pandas program to append a list of dictionaries or series to an existing Data Frame.
10.Filter out rows based on different criteria such as duplicate rows.