Creating Series using Dictionary| Updating Index| Chapter 1- Python Pandas XII I.P.

preview_player
Показать описание
Subscribe the Channel for all Study Material related to Computer Science – B.C.A., B.Tech., M.C.A., M.Tech., B.Sc. and M.Sc. Computer Science and Class XI , XII. Placement Training and Competitive Exam Training is provided too.
For one to one online coaching email me or text me at below given contact information

Facebook Page :

All education and study material provided on this channel is Free, but if you want to Contribute towards free education for poor slum area kids in India provided by our education trust named SET Paytm your donations at 9205955418
A small amount from you can bring a big change in someone's life.

Complete Study material for BCA Entrance Exam :

Data Structures and Algorithms,College Placements,Computer Science Campus Placements,How to prepare for campus placements,How to become a programmer,Stack and Operations,How to learn programming, Applied Computer Science, Artificial Intelligence, Coding, Computer Engineering, Computer Networking, Design and Analysis of Algorithms, Data Structures, Digital Electronics, Object Oriented Programming using C++, Java , Python. Discrete Mathematics, Operating System Concepts, Artificial Intelligence, Application Programming Interface, Apache, Tomcat, API, Applets, Web site development, PHP, JavaScript, Client Side Scripting, Server Side Scripting, System Architecture, Data Bases, Normalisation, Data Independance
Рекомендации по теме
Комментарии
Автор

Thanks a lot ma'am
Hope for such knowledgeable video tommorow also🙏

aniketray
Автор

You are the last time saviour thanks mam

Dimple
Автор

import pandas as pd
j = {"P1": "Book", "P2": "Pencil", "P3":"Bag"}
a = pd.Series(j)
print(a)

jashikasethi
Автор

maam actually the videos are best and it really easy in working in spyder

vrajvaland
Автор

2 program


A=pd.Series( ["ram", "shayam", "dholo", "bholo"], index["1", "2", "3", "4"]
print(A)

harshitanaroliya
Автор

import pandas as pd
name=pd.Series(['Manvi', 'Tanvi', 'Umang'], index=[1, 2, 3])
print(name)

poonamgautam
Автор

import pandas as pd
p={"p01":"koala", "p02":"tiger", "p03":"fish"}
r=pd.Series(p)
print (r)

import pandas as pd
n=['koala', 'panda', 'camel', 'cow']
animals=pd.Series(n, index=[1, 2, 3, 4])
print (animals)

sujeeth
Автор

Shoes_series = pd.Series[2, 4, 6, 8, 10]
print = [ Created series is ]
print = [ shoes_series]

gurpreet
Автор

Names = pd.series ( ["ram", " mohan", "Rahul"], index =[1 2 3] )
Print (Names)

aniketray
Автор

import pandas as pd
food=pd.Series(["oreo", "chips", "cakes", "cupcakes"], index= [1, 2, 3, 4])
print (food)

babycloud
Автор

import pandas as pd
items= ["p01"="cricket", "p02"="badminton", "p03"="football", "p04"="basketball"]
item= pd.Series{"items"}
print["Created Series is :" ]

ayushchoudhary
Автор

answer1:
import pandas as pd
dict1= {'p01': 'table', 'p02': 'chair', 'p03': 'pencil'}
s1= pd.Series(dict1)
print (s1)

answer2 :
import pandas as pd
s2=pd.Series(['aman', 'ananya', 'aditi', 'rahul', 'rohit'], index=[1, 2, 3, 4, 5])
print (s2)

aditisharma
Автор

Import pandas as pd
Proid={po1: "badminton", po2:"bat"}
Product=pd.series(proid)
Print("created series is")
Print(product)

mohitduttae
Автор

#to start index begin from 1
import pandas as pd
a=pd.Series([1, 21, 32, 456, 678] )
a.index=range(1, (a.size+1), 1)
print(a)

HarjeetSingh-hosp
Автор

mam u teach very well but mam plz use some mic

ravichadnak
Автор

import pandas as pd
sports={"S01":"BADMINTON", "S02":"CRICKET BAT"}
stock=pd.Series(sports)
print("items in stocks are:-")
print(stock)

ashutoshgautam
Автор

Homework
1.import pandas as pd
Items = { 1:"badminton", 2: "volleyball", 3:"football"}
Sports = pd.series(items)
Print(sports)
2.import pandas as pd
Names = pd.series[ "bharti", "sushila ", "vidhya"], index = [ 1, 2, 3]
Print(Names)
Hope dis s correct

bhartinaidu
Автор

name=pd.Series(['Rahul', 'Anjali', 'Yash', 'Manjot', 'Simran'], index= ['1', '2', '3', '4', '5'])
print(name)

product=pd.Series(['Book', 'Pen', 'Pencil'], index=['p', 'q', 'r'])
print(product)

dipika
Автор

Hello mam ..
For those students who are studying for session 2021-22 is the syllabus same??
And ur content is so east to understand

anushkagupta
Автор

import pandas as pd
product={669:'biscuit', 666:'chocolate', 555:'pen'}
print(product)
p2=pd.Series(product[669])
print(p2)
l=['jay', 'jaya', 'ajay', 'vijay', 'rohan']
l1=pd.Series(l, index=[1, 2, 3, 4, 5])
print(l1)

vishalsinghkushwah
welcome to shbcf.ru