INTRODUCTION OF CSV FILES | WRITE DATA IN A CSV FILE | WRITEROW() | WRITEROWS | CBSE 12 | COMP SCI

Поделиться
HTML-код
  • Опубликовано: 20 сен 2024
  • INTRODUCTION OF CSV FILES ,
    WRITE DATA IN A CSV FILE,
    WRITEROW() | WRITEROWS | CBSE 12 | COMP SCI
    In this video, you will learn about the introduction of CSV Files, it's advantages and usage.
    How to write data in a CSV File , using writerow( ) and writerows( ) functions...
    Playlist Links:
    Sample Papers (Solved)
    • Sample Papers (Solved)
    Python Revision Tour
    • Python Revision Tour
    Functions in Python
    • Working with Functions...
    random module
    • random module
    Mathematical and String Functions
    • Playlist
    Using Python Libraries:
    • Using Python Libraries
    Data Structures: Stack and Queue
    • Data Structures : Line...
    File Handling:
    • File Handling
    Recursion
    • Recursion
    Idea of Algorithmic Efficiency
    www.youtube.co...
    Interface Python with MYSQL:
    • Interface Python with ...
    MYSQL
    • MYSQL
    Computer Networks:
    • Computer Networks
    Programming Corner:
    • Programming Corner
    Output Based Questions:
    • Output Based Questions
    Live Sessions (2021):
    • Live Sessions - (2020 ...
    Live Sessions (2022):
    • Live Sessions for Term...

Комментарии • 262

  • @Abhinav-db1qu
    @Abhinav-db1qu 3 года назад +57

    I wish that your channel flourishes very fast

  • @vaibhavigupta31
    @vaibhavigupta31 3 года назад +13

    Hii 👋
    I'm the student of 21-22 session
    Thnq mam for such an amazing explaination... tomorrow is my online test of CSV file. This video helps me in my test ❤️❤️❤️

  • @prachijain501
    @prachijain501 3 года назад +19

    Thank u sooo much ma'am ......I was really confused in some points and now they are quite clear 😍

  • @legendwell484
    @legendwell484 4 года назад +17

    Thank you mam for helping us in understanding the doubts clearly

  • @krithikathimma1547
    @krithikathimma1547 4 года назад +8

    Very clear explanation ma'am. Thank you.

  • @deepvoice0306
    @deepvoice0306 2 года назад +10

    You are the best... you show every case practically...that was very effective in clearing concepts.
    Thank You!

  • @nandiniyadav-g7v
    @nandiniyadav-g7v 10 дней назад

    maa'm ur way of teaching fabulous you r like an angel to me actually maam here i student of 2024 - 25 session mam there's a doubt is yours these que pratice video all playlist r enough for our board examination or we have to do some other extra ques tooo
    btw thank you so much maa'm for ur efforts ❤❤❤❤making us understand ...

  • @diksha3550
    @diksha3550 3 года назад +5

    Ma'am wishing you a very Happy teacher's day!

  • @shiv_gourav
    @shiv_gourav Год назад +3

    Thank u mam from the bottom of my heart🙏🙏🙏 for these amazing lectures.

  • @rahulsharma-bwn
    @rahulsharma-bwn Год назад +2

    Hello mam, Aap ko bhi nahi pata aap kitna acha teach karte hoo, really mam salut too you , thanks for understanding all concepts, A big thanks to u mam

  • @NirbhayKumar-vv9yc
    @NirbhayKumar-vv9yc 4 года назад +5

    I understood everything ..thank you mam

  • @utkarshpandey8919
    @utkarshpandey8919 3 года назад +2

    U r a great teacher of cs and your channel grows very fast as like root of tree

  • @dawahthecallofduty7907
    @dawahthecallofduty7907 2 года назад +3

    Love uhh mam,
    U r like an angel for 12thies❤️❤️❤️❤️

  • @jeshikasree658
    @jeshikasree658 10 месяцев назад +2

    Amazing teaching, try to teach in English so that students from even South India will understand 🙏🏻

  • @alenbinoy2152
    @alenbinoy2152 Год назад +1

    thank you so much mam for teaching me csv .. as i was not knowing how to do this but you cleared my whole concept with a sigle video itself ... thank you so much mam

  • @gytricky4987
    @gytricky4987 Год назад +2

    You explain every minute details ❤

  • @adityapanda8235
    @adityapanda8235 3 года назад +2

    Thank u mam for this video I am watching always one day before exam your explanation is very simple and easy to understand.

  • @Aszx_zx-g8f
    @Aszx_zx-g8f 2 года назад +2

    Saver during exams💗🙈! Thank you ma'am 💕

  • @SuhailJee-h4x
    @SuhailJee-h4x Месяц назад +1

    mam can you make a video tutorial video on how to ( connect python , csv, excel) i am getting lot of error !!
    Edit : i just saw your video again crystal clear thank you mam

  • @piyushraj3651
    @piyushraj3651 3 года назад +2

    Thank u mam😀.....
    This video help me a lot to clear my all the doubts......

  • @prathasinghrathaur7011
    @prathasinghrathaur7011 2 года назад +2

    Thank u very much ma'am you explained very nicely each and every topic😊

  • @sunithatamirana7733
    @sunithatamirana7733 4 года назад +3

    Superb concept

  • @ammutiwari8336
    @ammutiwari8336 3 года назад +1

    Heartiest thnx mam... tommorow is my practical

  • @satyendrasingh8227
    @satyendrasingh8227 3 года назад +1

    Mam will you please explain the concept of buffering while using with open ()...🙏.

  • @ishikajagatramka9183
    @ishikajagatramka9183 4 года назад +3

    Thankyou so much it was a great help

  • @paramazing7323
    @paramazing7323 3 года назад +1

    Ma'am your video is simple and amazing..!! thank you so much..!!

  • @sanjaymodi3697
    @sanjaymodi3697 3 года назад +3

    With high regards...,💚
    Mam your videos🖥 have helped me a lot for my 12th boards...your all concepts has grown my interest in computing😇
    Mam only one doubt...why r u using the word object like reader & writer object...what's the meaning of object here?
    Thank you mam💓💛

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1

      Thanks for appreciation...
      writer()
      This function in csv module returns a writer object that converts data into a delimited string and stores in a file object.
      reader()
      this function returns a reader object which returns an iterator of lines in the csv file. Using the regular for loop, all lines in the file are displayed

    • @sanjaymodi3697
      @sanjaymodi3697 3 года назад +1

      @@SwatiChawlaofficial
      Thank u mam 😊for taking out your precious time to answer me...🙏
      But still i am confused by the word 'object' you have used.😇
      Pls guide me.

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +2

      Generally..the variables of a class are known as objects...but since u don't have the concept of classes jn your course..u can consider it as a variable

    • @sanjaymodi3697
      @sanjaymodi3697 3 года назад

      @@SwatiChawlaofficial
      Thanks for your guidance mam..🙏😇

  • @mithukanrar5099
    @mithukanrar5099 3 года назад +1

    Please upload a video on tabulate module or prettytable module that will help with CSV files also.

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1

      Yes..
      Check out this..
      ruclips.net/video/QjIqYbiVQuw/видео.html
      In the beginning.. tabulate module is explained

  • @nikhilsaxena6938
    @nikhilsaxena6938 3 года назад +5

    Thanku Ma'am for crystal clear concept 🙏🏻

  • @oitanny1213
    @oitanny1213 3 года назад +1

    Mam what does
    mean? (Mam, I know
    [it takes the pointer to next line just below])

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1


      means carriage return..

      takes the cursor to the beginning of the line. It is the same effect as in a physical typewriter when you move your carriage to the beginning and overwrite whatever is there.

  • @vikassingh9325
    @vikassingh9325 2 года назад +1

    Mam I am pursuing mtech from IIT-MANDI.
    Still useful your file handing....... Lecture

  • @varsharai4944
    @varsharai4944 6 месяцев назад +1

    Mam i had also written same code but it is showing error(int object has no attribute writerow) ......pls help me mam i had cs board exam on 2 april

  • @krishna4111
    @krishna4111 3 года назад +1

    mam thanq very mch jo khi nhi aata wo yaha aajata he thanks a lot mam

  • @Mayankgupta-of3mr
    @Mayankgupta-of3mr 4 года назад +1

    Man can u clear my one query,
    Jo python CS project hain CBSE-2021 voh humme school mein submit karna hoga yaa phir jab board ke pacticals honge tab dusre school ke teacher ko submit karna hoga or iss baar practicals dusre schools mein honge yaa phir apne school mein????
    Please!! Mam tell me

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  4 года назад +1

      Your project will be checked by both ur school teacher as well as by external..external will take viva also...based on that...
      About conducting of practicals...this is not finalised by cbse..
      For more project guidelines u cqn watch this video..
      ruclips.net/video/yZTQdmn0tRo/видео.html

  • @MohammedWaseemRaza
    @MohammedWaseemRaza 2 года назад

    Madam thank you for explaining in very simple and easy way
    I request you to share that PPT file for reference purpose madam

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  2 года назад

      Sure..You can enjoy special perks by joining the membership.
      Have a look at this.
      ruclips.net/channel/UC2vH9rqGh-fJELF8acGfBdwjoin

  • @pkarts1056
    @pkarts1056 3 года назад +1

    Mam can u plz tell about next() function to read rows from CSV file...?
    It is mentioned in my book...
    Plz reply....

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1

      next() method returns the current row and advances the iterator to the next row.

    • @pkarts1056
      @pkarts1056 3 года назад

      @@SwatiChawlaofficial thanku mam😊

  • @madhavgupta2002
    @madhavgupta2002 3 года назад +1

    Mam is it possible to provide chapterwise revision notes ?
    Thanks for video

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад

      Sure... You can enjoy special perks by joining the membership.
      Have a look at this.
      ruclips.net/channel/UC2vH9rqGh-fJELF8acGfBdwjoin

  • @savitasdesicooking3007
    @savitasdesicooking3007 Год назад

    Hello mam, I wanted to ask that if we open a file in " r+" mode then is it necessary to write in it after reading..... Like can we use it as a substitute for " r "??... Please reply
    Thank you so much 🙏🙏

  • @lalimaverma2279
    @lalimaverma2279 6 месяцев назад +1

    The best teacher of cs I ever seen 🔥🔥thanku so much mam.. because of u my all concepts were crystal clear 👍♥️

  • @shikharsrivastava7711
    @shikharsrivastava7711 Год назад +1

    thanks alot

  • @kramsgaming4393
    @kramsgaming4393 Год назад +1

    Thank you maam

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  Год назад

      Welcome

    • @kramsgaming4393
      @kramsgaming4393 Год назад

      @@SwatiChawlaofficial please make a video on project that 12 th class student have to make for their practicals

  • @kanantalwar8173
    @kanantalwar8173 3 года назад +1

    Mam u said that writerows() is used to write multiple rows and writerow() is used for single row but when i execute the code , using writerows(), it shows only one row and in writerow() it shows the complete data....pls help

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад

      Check the list..u have taken to enter data...
      Plz watch the videos of csv file..i have explained this practically

    • @kanantalwar8173
      @kanantalwar8173 3 года назад

      @@SwatiChawlaofficial ok thank you

  • @vikassingh9325
    @vikassingh9325 2 года назад +1

    Thnku

  • @gayathrihari7565
    @gayathrihari7565 3 года назад +1

    Very helpful..thanks a lot:)

  • @rrtt7936
    @rrtt7936 4 года назад +2

    Great thanks

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  4 года назад

      Welcome...🙏🏻🙏🏻😊
      Keep watching..

    • @rrtt7936
      @rrtt7936 4 года назад

      @@SwatiChawlaofficial from where u make your thumbnails

  • @educationpoint615
    @educationpoint615 2 года назад +1

    Mam please complete class 12 term 2 syallabus , before February.
    🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  2 года назад

      Already Uploaded...plz check out the following playlists..
      Data Structures
      ruclips.net/p/PL5Raijva2y4Qhp87VuVA-ueQRgJTWhHCF
      Computer Networks:
      ruclips.net/p/PL5Raijva2y4TTov7pXfQ1DfDaNpVt2wlv
      MySQL Commands
      ruclips.net/p/PL5Raijva2y4S2sDeMIMu1kAVjwjgWyvyK
      Interface Python with MySQL
      ruclips.net/p/PL5Raijva2y4QBzhQw5OWIn9Dopl_M_NEE

  • @ayushghildiyal08
    @ayushghildiyal08 Год назад +2

    Subscriber's badh gye CS ke paper ki vajah se 💜

  • @deepmalasahu8797
    @deepmalasahu8797 3 года назад +2

    Best channel for the purpose to cover...💟

  • @SatyamSingh-001
    @SatyamSingh-001 2 года назад +1

    Ma'am maine same ye hi likha h par error show ho rha h
    Aur likha aa rha h CSV has no attribute writer.
    Aisa kyu ho rha h plzz tell ma'am 🙏🏻🙏🏻🙏🏻🙏🏻

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  2 года назад

      I think..u might have saved your Python file with name csv...
      As csv is already a module, it wil search the writer ( )in your file now..
      If this is the case, rename that file.. (don't do save as)
      Either delete that file or rename that file..

  • @Arpitaasharnaa
    @Arpitaasharnaa 8 месяцев назад

    Mam EOL chaeacter used in different operting system is in our syllabus 2024 exam plz plz plz reply mam

  • @Anytimeme_
    @Anytimeme_ 2 года назад +1

    I wish u teach ip also

  • @R.O.L.E.X
    @R.O.L.E.X 2 месяца назад

    Congratulations for 100k

  • @chandranshu100
    @chandranshu100 8 месяцев назад +1

    Thanks so much 😊

  • @bluelagoon12
    @bluelagoon12 2 года назад +1

    𝓥𝓮𝓻𝔂 𝚗𝚒𝚌𝚎𝚕𝚢 explained

  • @raksh8628
    @raksh8628 3 года назад

    Thank you so much ma'am 🥰.Please upload a video even for append and search in csv files🙇‍♀️🙇‍♀️

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад

      actually that's not in the curriculum, that's y not uploaded..

    • @raksh8628
      @raksh8628 3 года назад +1

      @@SwatiChawlaofficial ok mam , thank you 😃

  • @sainavamodak1227
    @sainavamodak1227 3 года назад +1

    Ma'am i can't understand what is the function of csv. Writer

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад

      The csv module implements classes to read and write tabular data in CSV format. It allows programmers to say, “write this data in the format preferred by Excel,” or “read data from this file which was generated by Excel,” without knowing the precise details of the CSV format used by Excel.

  • @sahilaggarwal33l27
    @sahilaggarwal33l27 4 года назад +2

    mam i have an doubt ... i m facing an error in every file of data handling.. the error is name error whenever i tries to enter from the user alphabets the programs shows an error ... mean the same as u told the above code i wrote it same then . in output firstly i entered roll no. after that it ask the name then i entered then it shows error that name is not defined .. or if i write any number there then it proceed ahead and ask marks .. so i solved this problem can u help me.. basically i m facing same problem in every files which i read in this chapter the same code run in my frds pc but not in mine pc... what shout i do to solve this problem..

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  4 года назад +2

      Check the location of your text file , binary file or csv file...and .py file..
      It must be same.
      If it is not stored on same location, specify absolute path

  • @latathakur3355
    @latathakur3355 3 года назад +1

    Thank you so much mam

  • @anjnakumari3739
    @anjnakumari3739 2 года назад +1

    Ma'am iss video mai CSV fully explained hai ?

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  2 года назад

      File Handling: ruclips.net/p/PL5Raijva2y4SoxE5BDz6tNkJivlSPYvDJ

  • @Prachita516
    @Prachita516 3 года назад

    Ma'am when i'm using newline then this error keeps coming...can you please guide me please
    It will be really helpful for my exam on monday
    f=open("Student.csv","w" ,newline=' ' )
    ValueError: illegal newline value:
    Thank you :)

  • @raftaarkumar8246
    @raftaarkumar8246 3 года назад

    In how many videos ..the CSV file is completed?

  • @Vaibhav-rl5xy
    @Vaibhav-rl5xy 4 года назад +1

    mam.. is csv file in our syllabus of 2021?

  • @aishwaryasharma2712
    @aishwaryasharma2712 3 года назад +1

    Nice explanation ma'am

  • @chiya2915
    @chiya2915 4 года назад +3

    I am unable to understand the difference between writerow and writerows. Can you please tell me the difference..

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  4 года назад +1

      writerow() is used to write single row.
      writerows() is used to write multiple rows.

  • @Harpreetkaur-fd5fu
    @Harpreetkaur-fd5fu 3 года назад

    Good evening mam
    Mam i have one problem
    I have written same code
    Excel file also created but blank excel file is there nothing stored in excel sheet

  • @Fun_it
    @Fun_it 3 года назад

    Mam is there different methods for reading the data in file

  • @jayashreechowdhury3217
    @jayashreechowdhury3217 4 года назад +2

    Very nicely explained ma'am

  • @shikhasingh9154
    @shikhasingh9154 Год назад

    But same program not executed in version 2.7 open( ) not supported newline=' ' . what is the reason...

  • @ahsabhasan8751
    @ahsabhasan8751 2 года назад

    Mam can we take csv module in capital letters??

  • @rishavkumar7133
    @rishavkumar7133 4 года назад +3

    Thank ma'am

  • @zahrehnalban62
    @zahrehnalban62 3 года назад +1

    maam, the s_writer.writerow part.....is compulsory for the statement inside the bracket to be a list or can it be a string as well?

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1

      Generally we used to enter pass the argument as List in writerow() . However, if you will pass in the form of tuple..it will convert it into list..
      But in the form of string it will not accept..

    • @zahrehnalban62
      @zahrehnalban62 3 года назад

      @@SwatiChawlaofficial ok maam, thank you so much

  • @bhavyagulati1571
    @bhavyagulati1571 2 года назад

    What is meaning of delimited string ?

  • @simrananand8349
    @simrananand8349 4 года назад +2

    when i am importing csv module it's giving me an error that partially initialized module 'csv' can you tell me why?

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  4 года назад

      I think you have saved your file with name csv.
      Kindly delete it and create new

  • @salonijain8396
    @salonijain8396 3 года назад

    Excuse me Maam newline is not working with 3.8 version as newline=' ' it gives error

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад

      It will work..
      in newline argument...within quotes no blank space is there...
      It's empty string..
      plz check ur code.

  • @noted2023
    @noted2023 3 года назад

    Mam in today live session you said to write the CSV in small word csv but the answer of that was capital CSV
    Plz clear my doudt

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад

      if u r writing csv module..then it must be in small alphabets..
      Answer was also in small letters..may be because of font size it was looking like capital..
      In case of extension as csv...both capital and small will work..
      Hope it's clear now..

  • @मेराभाईमेराभाई

    Crystal clear concept

  • @sayyedkasimali1449
    @sayyedkasimali1449 2 года назад +1

    awesome mam

  • @aadityasahadev5890
    @aadityasahadev5890 2 года назад

    mam hum csv file open karne ke liye 'with open' ka use kar sakte h

  • @Fact_with_sachin631
    @Fact_with_sachin631 2 года назад

    Thanks a lot mam

  • @luckyyadav7586
    @luckyyadav7586 2 года назад

    Mam in writerow and writerrows rows were printed same only

  • @alkataur2388
    @alkataur2388 2 года назад

    Hello mam
    I m trying to run your code but there is 1 error at the start with open() csv file . Error is type error: an integer is required

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  2 года назад

      Plz check your syntax carefully...
      Or Enter integer value..
      Or u can share your code here also

  • @viswaraje8441
    @viswaraje8441 3 года назад

    If I want to extract only roll no from student.csv using readline() what is the code for that?

  • @mrfrontend1
    @mrfrontend1 3 года назад +1

    Super Explanation 😃😂

  • @shivamsurroach4622
    @shivamsurroach4622 3 года назад

    Mam I executed this code in python but it is showing error ..
    "Module csv has no attribute writer..
    Plz tell me the problem

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад

      I think..u have saved ur file with name csv..
      If this is the case..rename that file or delete the previous one and create the new one..

  • @saswatee6
    @saswatee6 5 месяцев назад

    Thanks

  • @Niranjan_kumar-ej1yt
    @Niranjan_kumar-ej1yt 2 года назад

    Mam where is your note are present that can I get it🤔🤔

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  2 года назад

      Sure..You can enjoy special perks by joining the membership.
      Have a look at this.
      ruclips.net/channel/UC2vH9rqGh-fJELF8acGfBdwjoin

  • @मेराभाईमेराभाई

    Thanku mam

  • @nirenjhena449
    @nirenjhena449 Год назад

    how to do with "with open"???

  • @kanchansarkar4220
    @kanchansarkar4220 3 года назад

    Madam if my data contains address which may contain coma. How to deal in case of csv

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1

      Comma is a default delimiter in csv..
      We can select any other symbol also as a delimiter

    • @kanchansarkar4220
      @kanchansarkar4220 3 года назад

      @@SwatiChawlaofficial can it be seleted from character map. Thank you. With best regards. Your over aged Student

  • @oitanny1213
    @oitanny1213 3 года назад

    And mam why we took newline as empty? I didn't got the logic clearly...

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1

      Today's live session is on this topic....
      DO attend the session..to clear ur doubts...

    • @oitanny1213
      @oitanny1213 3 года назад

      @@SwatiChawlaofficial okay mam

  • @learntoearnwithguri8270
    @learntoearnwithguri8270 3 года назад

    hi mam gd evng
    mam on my laptop this csv one program is not working
    one error is there after entering rolno:1 traceback (most recent call last)
    value rror invalid literal for int()with base 10

    • @learntoearnwithguri8270
      @learntoearnwithguri8270 3 года назад

      plz tell solution

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1

      The Python ValueError: invalid literal for int() with base 10 error is raised when you try to convert a string value that is not formatted as an integer. ... Then, you can use int() to convert your number to an integer. If this does not work, make sure that the value of a string does not contain any letters.

    • @learntoearnwithguri8270
      @learntoearnwithguri8270 3 года назад

      mam this error solved one more error is there _csv.error ,iterable expected not int in this line. s_writer.writerow(1)
      solution plz
      and excel file generated but data is not there in excel file .blank excel file is there

    • @learntoearnwithguri8270
      @learntoearnwithguri8270 3 года назад

      @@SwatiChawlaofficial thanks mam

    • @learntoearnwithguri8270
      @learntoearnwithguri8270 3 года назад

      ho gyea mam thanks . problem solved

  • @dishatiwari8972
    @dishatiwari8972 3 года назад +1

    Thankyou so much ma'am.
    But I just wants to know that views are so much but why only 700 likes?Please like the video also it hardly takes a second.

  • @alwayslolling8821
    @alwayslolling8821 3 года назад

    The typing sounds ⌨️ 🥺😂🔥

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад

      Sorry for the inconvenience caused...

    • @alwayslolling8821
      @alwayslolling8821 3 года назад

      @@SwatiChawlaofficial mam I like that y r u asking sorry 😔❤️🤦‍♂️

  • @sriharigowrishankar7087
    @sriharigowrishankar7087 3 года назад +2

    Maam pls attach the pdf plss

  • @dynamicgamings8537
    @dynamicgamings8537 3 дня назад

    Mam aap please mere school mai aa jao plz waise 5months hi hai but still.... Please ❤❤❤

  • @mohammedafzal993
    @mohammedafzal993 10 месяцев назад

    Write row and write rows are working same

  • @shraddhanag7382
    @shraddhanag7382 8 месяцев назад

    Ma'am delimeter means??

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  8 месяцев назад +1

      A CSV file stores data in rows and the values in each row is separated with a separator, also known as a delimiter. Although the file is defined as Comma Separated Values, the delimiter could be anything. The most common delimiters are: a comma (,), a semicolon (;), a tab (\t), a space ( ) and a pipe (|).

  • @pkarts1056
    @pkarts1056 3 года назад

    Mam. Can u plz tell about line_num method.?

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1

      csvreader.line_num is nothing but a counter which returns the number of rows which have been iterated.

    • @pkarts1056
      @pkarts1056 3 года назад +1

      @@SwatiChawlaofficial thankyou..!mam
      Your videos are very helpful.. ♥️👌

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад +1

      Thanku...
      Keep watching

  • @RaoSGY
    @RaoSGY 3 года назад +3

    #Neha ,nisha ,swati ,sonia always rocks 🤣🤣

  • @Arpita._.2417
    @Arpita._.2417 3 года назад

    mam app ek baar path bta dijye kaise kya hua

    • @SwatiChawlaofficial
      @SwatiChawlaofficial  3 года назад

      csv files will be saved at default path..where your .py files are saved..