Pandas Series - Creation | Data Handling Using Pandas | CBSE Class 12 - IP | Lovejeet Arora

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 50

  • @AbhishekKumar-ik6db
    @AbhishekKumar-ik6db ปีที่แล้ว +22

    Mam you deserve millions of subscribers

  • @raghavpareek3077
    @raghavpareek3077 3 หลายเดือนก่อน +4

    Trust me IP was never this easy.....loved it
    Dosto ko btana padega

  • @yashpreetvirk6465
    @yashpreetvirk6465 2 หลายเดือนก่อน +6

    import pandas as pd
    s = pd.Series()
    print(s)
    It gives me object not float

  • @TheLoki7358
    @TheLoki7358 3 หลายเดือนก่อน +3

    Your teaching technique khu ya in build ability mam very nice ksm s and sometime when you smile a little heart touching😍🤗

  • @shimmerandshine261
    @shimmerandshine261 ปีที่แล้ว +4

    import pandas as pd
    list=(1,2,3,3)
    a=pd.Series()
    print(a)
    output
    Series([], dtype: object) float dtype is not coming when tuple or list we put blank.

    • @hardmkg8456
      @hardmkg8456 2 หลายเดือนก่อน

      Write third line as a=pd.Series(list)

  • @ArjavJain2006
    @ArjavJain2006 7 หลายเดือนก่อน +3

    mam new version me empty series ka datatype object dikhara h

    • @akashyadav837
      @akashyadav837 7 หลายเดือนก่อน

      Nhi aa raha mere m

  • @mansajgaming3271
    @mansajgaming3271 2 วันที่ผ่านมา

    Thanks ❤mam for teaching ip

  • @jauntbypb3269
    @jauntbypb3269 ปีที่แล้ว +4

    You r the best teacher for computer science ❤️ Best teacher for KVS computer science ❤️

  • @shypeach
    @shypeach ปีที่แล้ว +3

    thank you mam:)❤

  • @funwithgeneralknowledge9112
    @funwithgeneralknowledge9112 ปีที่แล้ว +1

    Thank mam for amazing session school me padha hua samj nahi aata hai up me but aap padai to sara samj aa gaya thank you ma'am

  • @queenbees1610
    @queenbees1610 5 หลายเดือนก่อน

    Thank you so much, Mam. Appreciate your hard work.

  • @Nyxffn_28
    @Nyxffn_28 หลายเดือนก่อน

    Thank you mam 💗💗✨✨

  • @anmolofficial7483
    @anmolofficial7483 4 หลายเดือนก่อน

    Wwowowoowwoowowowowwowo😮🎉😮🎉😮🎉😮🎉😮.......mam u r the besteststststt teacher...of IP ..... PAHLI BAR MUJHE IP ITNA CLEARLY SAMAJH MEIN AAYA HAI 🤩

  • @Nokia-r7w
    @Nokia-r7w 14 วันที่ผ่านมา

    can someone tell where we have to pactice examples in pc

  • @divyanshpareek2763
    @divyanshpareek2763 ปีที่แล้ว +1

    Excuse me mam, I really need your help....
    Actually mam on 23 March I have my board exam of IP (class 12)and to be honest I don't even know a single thing in IP , I took IP because of the last resort (St. Xavier's) , I'm not interested in IP at all ........
    Mam , plzz give me some advice that what should I do now ?
    Frankly speaking, “MUJHE SIRF PASS HONA HAI IP MEI , KYA MAI AAB PASS HO SKTA HU”

    • @TECHQueenLovejeetArora
      @TECHQueenLovejeetArora  ปีที่แล้ว

      th-cam.com/play/PL1fd5kIddTjkTh1ATvpTYKTTYFJ7d_SFC.html

    • @anuj-jv5rz
      @anuj-jv5rz ปีที่แล้ว

      bhai last ke 2 unit + sql acche se padh lena 40 marks se zayda easily score kar paaoge

    • @akki2147
      @akki2147 ปีที่แล้ว

      ​@@anuj-jv5rzaur bhai panda se pass ho skete he

    • @akki2147
      @akki2147 ปีที่แล้ว

      ​@@TECHQueenLovejeetAroramam most important questions jo pucha Jaye abhi vo bhi bata Dena bas paass hona he

    • @anuj-jv5rz
      @anuj-jv5rz ปีที่แล้ว +1

      @@akki2147 bhai pandas 25 marks ka hai pass toh ho jaaoge par last ke 2 unit bhi padh lena 40+ marks easily aa jaayenge

  • @sumitrabesra7160
    @sumitrabesra7160 ปีที่แล้ว

    ❤❤ thank you mammmmmmmm u r great 👍

  • @taksahab295
    @taksahab295 8 หลายเดือนก่อน

    Dtype change karne ke liye numpy import karana hota haii

  • @rillchoudhary010
    @rillchoudhary010 4 หลายเดือนก่อน

    Mam you are amazing😍😍. Thanks mam it helps me in my university exam too 🫶🫶

  • @Createnaaz
    @Createnaaz 11 หลายเดือนก่อน

    Mam empty series mein datatype object aara h

  • @kamalnayan9157
    @kamalnayan9157 ปีที่แล้ว +1

    Thank u!

  • @bhanwarlal4390
    @bhanwarlal4390 8 หลายเดือนก่อน

    Than you mam

  • @AnkitSingh-dx9bt
    @AnkitSingh-dx9bt ปีที่แล้ว +1

    Mam kya me apke sath python ke code ko practice Kar sakta hu

  • @vijone111
    @vijone111 ปีที่แล้ว

    Madam blank series ki type mere PC m object aa rhi h ...why is it this??

  • @maniasnani9922
    @maniasnani9922 2 หลายเดือนก่อน

    import pandas as pd
    s = pd.Series([01,2,3])
    print(s)
    It gives syntax error i know python is care sesitive so we have to right simply but i want this output as 01 so mam how can i get this output

    • @Abhishekkumar-qg6vs
      @Abhishekkumar-qg6vs 14 วันที่ผ่านมา

      It is not possible in python to give values like 01,02,03....
      Python only accepts 1,2,3... or 10,20....
      If you want to print 01 you should place it in inverted comma " "
      Correct syntax:
      import pandas as pd
      s=pd.Series("01",2,3)
      Print(s)

  • @kshitijchaturvedi6164
    @kshitijchaturvedi6164 ปีที่แล้ว

    Thankyou so much mam you are the best

  • @vandanagrover8409
    @vandanagrover8409 5 หลายเดือนก่อน

    Int 64 main int is datatype but what is64?

  • @HarshKhandelwal-ob6lf
    @HarshKhandelwal-ob6lf 6 หลายเดือนก่อน

    Thank you maam

  • @Crownedshubham
    @Crownedshubham ปีที่แล้ว

    Bhut badhiya hai ma'am

  • @Crownedshubham
    @Crownedshubham ปีที่แล้ว +1

    0:14 , 0:15 , Ma'am aap kaha dekh rhi?

    • @shypeach
      @shypeach ปีที่แล้ว

      she was thinking lol
      its difficult to stare at the screen for a longtime and speak like a robot.

  • @ZainabPraween-o1t
    @ZainabPraween-o1t ปีที่แล้ว

    Mam aap bahut aacha padhati hai

  • @nalayaksv3972
    @nalayaksv3972 ปีที่แล้ว +1

    Maam thoda slow padhaya kariye like upar pura likh ke like creating series using dictionary aap sab mix kar de rahe toh note banane me problem hoti

  • @hardmkg8456
    @hardmkg8456 2 หลายเดือนก่อน

    Tq mam

  • @dhanuwarai6101
    @dhanuwarai6101 ปีที่แล้ว

    mam what app u r using for python practical

  • @anishraj7419
    @anishraj7419 9 หลายเดือนก่อน

    i love your cuteness mam

  • @poojagola472
    @poojagola472 ปีที่แล้ว

    Mam plz mark kardijiye video serial wise no.

  • @poojagola472
    @poojagola472 ปีที่แล้ว +10

    Mam kafi dhundhna padh rha hai plz mam iam very confuse

  • @harikrishan2605
    @harikrishan2605 7 หลายเดือนก่อน

    Too fast but nice♾️

  • @SmilingBarbecue-ii6rs
    @SmilingBarbecue-ii6rs 7 หลายเดือนก่อน

    Kuch b samajh nai ati he