CBSE CS and IP

CBSE Class 11 & 12 Computer Science and Informatics Practices Python Materials, Video Lecture

04 Apr

CBSE Syllabus for Class 11 and 12 Session 2023-24

NEW SYLLABUS 2023-24 !!!!The CBSE Board annually provides a curriculum for classes IX to XII for a given academic year containing academic content, the syllabus for examinations with learning outcomes, pedagogical practices, and assessment guidelines.CBSE has released the syllabus for Session 2023-24 for Computer...
31 Oct

XII IP CRASH COURSE eBook (PDF) 2022-23

Purchase the Class 12 IP CRASH COURSE ebook from here. It is based on the Syllabus of CBSE for Session 2022-23.Free Video Lectures are available on the youtube channel cbsecsip, click here to access the free video lectures. Note:- eBook PDF file will be delivered in your email within 15 - 20 minutes of purchase. This...
09 Jul

What is Pandas DataFrame ? How to Create it ?

What is DataFrame?It is a 2 dimensional data structure with columns of different types. It is just similar to a spreadsheet or SQL table, or a dict of Series objects.Characteristics of DataFrame Object:It has two indexes or axis row index (axis = 0) and column index (axis = 1)Row index is known as index and column index...
11 Apr

CBSE Syllabus for Class 11 and 12 Session 2022-23

NEW SYLLABUS 2022-23 !!!!The CBSE Board annually provides a curriculum for classes IX to XII for a given academic year containing academic content, the syllabus for examinations with learning outcomes, pedagogical practices, and assessment guidelines.CBSE has released the syllabus for Session 2022-23 for Computer...
26 Jul

Modifying Pandas Series Elements

If you know how to extract the series single element and Series slice, it is very simple for you to change the series elements. You can change a single element or a full slice of the series object.Whatever you want to change in a series you have to access that element and assign it with the new value. Consider...
03 Jun

Accessing Pandas Series Slices

Slicing means extracting the part of the Series. Slicing can be done in the following ways:Using indexing operator( [ start : stop : step ] )Position wise (slicing includes stop - 1 data)Data label wise (slicing includes both ends )With unique data labelsWith duplicate data labelsUsing .loc attributeUsing .iloc attributeLet...
13 May

Accessing Pandas Series Elements

Pandas Series is a 1-D (One Dimensional) Pandas Data Structure. In the previous post, we have seen how to create a Series Object. Here we will discuss how to access elements of Series in Pandas. There are two ways using which you can access the Individual Series Elements:By using Data Labels / IndexBy using Index PositionBy...
02 Apr

Python Pandas - Series Attribute

Attributes are the properties of any object. Here we will discuss all the Series attributes with programming examples. All the important Series attributes according to the CBSE Class 12 Informatics practices syllabus are given below in the table:- .tg {border-collapse:collapse;border-spacing:0;margin:0px auto;} .tg...
Page 1 of 1412314Next