XII IP Term-1 Programs
XII IP Term-1 Programs
XII IP Term-1 Programs
SERIES
1 Write a python program to create series from a list.
2 Write a python program to create series from a list and assign indexes.
7 Write a python program to check which elements satisfy given criteria and to access elements based on
given condition.
8 Write a python program to create series and use tail() function for accessing 2 elements from end.
17 Write a python program to create 2 DataFrame and use append() function for concatenating both.
18 Write a python program to print employee names whose salary>53000.
21 Write a python program to draw line chart having color=’cyan’ , marker type=diamond and line
style=’dashed’. Assign graph-title and labels to X-axis and Y-axis.
22 Write a python programs to draw 2 line charts in same figure.
23 Write a python program to draw 2 line charts in same figure and use loc attribute for adding description
to both line charts.
BAR CHART
24 Write a python program to draw bar chart. Use color, width and align attribute.