Mind Your Exam
Mind Your Exam
  • 422
  • 876 377
Import CSV to Pandas DataFrame | Export Pandas DataFrame to CSV | read_csv( ) & to_csv( ) functions
Mind Your Exam Channel
0:00 Introduction
0:35 Import a CSV file to DataFrame
2:28 sep parameter in pandas.read_csv( ) function
2:51 header parameter in pandas.read_csv( ) function
3:35 Change Column Names in imported data
5:22 Export a DataFrame to CSV file using to_csv ( ) function
9:11 Remove Column Names from CSV file
10:29 Remove Row Labels from CSV file
---------------------------------------
NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html
Python Programming Course: th-cam.com/play/PLiBvgS5MGf06H-yeBBHui7Sq160luvU_O.html
Python Coding Practice: th-cam.com/play/PLiBvgS5MGf05ciUsDsAbRYNhG5Oe5zC27.html
Data Communication & Computer Networks: th-cam.com/play/PLiBvgS5MGf05_0mitNoB3fi_RYH0s_0B9.html
R Programming: th-cam.com/play/PLiBvgS5MGf06ufBEXLRGqtiMTVN4KhUJG.html
SQL (English): th-cam.com/play/PLiBvgS5MGf051VgVP8mNEh8C3VY65tUHS.html
SQL (Hindi): th-cam.com/play/PLiBvgS5MGf05bouOLDYnepasQvJUsuODV.html
Management Information System (MIS): th-cam.com/play/PLiBvgS5MGf06jcVDhYFuDI4ei23aFuhXY.html
Microsoft Excel: th-cam.com/play/PLiBvgS5MGf05jh8P3apuBJJncy7Yn9phx.html
Data Analytics: th-cam.com/play/PLiBvgS5MGf04jCp_zmbFtJ1MPr5yuFh1U.html
Supply Chain: th-cam.com/play/PLiBvgS5MGf0753zmoTXbXVsR9ZmPDe-3H.html
Arrays Placement Questions: th-cam.com/play/PLiBvgS5MGf06HwZPrJX8MxO6dqct94FSl.html
STRINGS Placement Questions: th-cam.com/play/PLiBvgS5MGf04J8Cb_70KLKPbmIqKd_6hV.html
Sorting Algorithms: th-cam.com/play/PLiBvgS5MGf05gROHuHBgWKU_RSGSTQSWI.html
Searching Algorithms: th-cam.com/play/PLiBvgS5MGf04aSTovGsYuU9zPtmdZUIKE.html
TREES Placement Questions: th-cam.com/play/PLiBvgS5MGf06LeHwna9bcQ6kPq3uxmWsf.html
NCERT Class 12 Computer Science: th-cam.com/play/PLiBvgS5MGf07r_SLJbewcMGCKEU9KWo3O.html
NCERT Class 11 Computer Science: th-cam.com/play/PLiBvgS5MGf06CZ7uUVKrn0j74qd1KSazl.html
-------------------------------------------
COMMENT | LIKE | SHARE |
SUBSCRIBE our TH-cam channel: www.youtube.com/@UC6H-zPf7txVPtObeRWgsZQw
Join our WhatsApp Channel: whatsapp.com/channel/0029VaeZbLr5a247fEeQ1W1P
Follow us on LinkedIn: linkedin.com/in/mind-your-exam-channel-383265309
------------------------------------------
#ImportCSVtoDataFrame #ExportDataFrametoCSV #read_csv #to_csv #importcsv #exportcsv #pandascsvtodataframe #pandasdataframetocsv #pandas #pythondataframe #dataframe #pandasdataframe #pandasfunctions #pythonpandas #python #pandastutorial #pandaspythontutorial #pandasplaylist #pandaslibrary #pandasinhindi #datahandlingusingpandas #pythoncoding #pythonprogramming #pythontutorial #pythonforbeginners #python3 #mindyourexamchannel #computerscience #informaticspractices #pythonhindi #class11 #class11python #class12python #class12ip #class12informaticspractices #class12pandas
มุมมอง: 84

วีดีโอ

Attributes of Pandas DataFrame | index | columns | dtypes | values | size | shape | transpose |emptyAttributes of Pandas DataFrame | index | columns | dtypes | values | size | shape | transpose |empty
Attributes of Pandas DataFrame | index | columns | dtypes | values | size | shape | transpose |empty
มุมมอง 1311 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:17 Creating Pandas DataFrame 1:22 Index Attribute 2:24 Columns Attribute 3:06 Data Type (dtypes) Attribute 4:21 Values Attribute 5:13 Shape Attribute 5:40 Size Attribute 6:05 Transpose Attribute 7:22 Empty Attribute NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Programming Course: th-cam.com/play/PLiBvgS5MGf06H-y...
DataFrame Concatenation using Pandas concat( ) function | Python Pandas Coding Tutorial in HindiDataFrame Concatenation using Pandas concat( ) function | Python Pandas Coding Tutorial in Hindi
DataFrame Concatenation using Pandas concat( ) function | Python Pandas Coding Tutorial in Hindi
มุมมอง 1812 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:33 Creating Pandas DataFrame 3:37 What is Concatenation 3:53 Row-wise Concatenation on Pandas DataFrame 8:14 Display Common Columns in Row-wise Concatenation 9:43 Display All Columns in Row-wise Concatenation 10:59 Order of Concatenation Matters in Row-wise Concatenation 12:21 Sort the Order of Columns in Row-wise Concatenation 13:42 Check for Duplicat...
Slicing & Filtering a Pandas DataFrame | Python Pandas Coding Tutorial in HindiSlicing & Filtering a Pandas DataFrame | Python Pandas Coding Tutorial in Hindi
Slicing & Filtering a Pandas DataFrame | Python Pandas Coding Tutorial in Hindi
มุมมอง 4313 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:19 Creating Pandas DataFrame 1:10 What is meant by Slicing 1:57 Slicing a Pandas DataFrame 10:22 Filtering a Pandas DataFrame NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Programming Course: th-cam.com/play/PLiBvgS5MGf06H-yeBBHui7Sq160luvU_O.html Python Coding Practice: th-cam.com/play/PLiBvgS5MGf05ciUsDsAbRYNhG...
Indexing in Pandas DataFrame | Label-based Indexing & Boolean Indexing | Python Pandas Coding HindiIndexing in Pandas DataFrame | Label-based Indexing & Boolean Indexing | Python Pandas Coding Hindi
Indexing in Pandas DataFrame | Label-based Indexing & Boolean Indexing | Python Pandas Coding Hindi
มุมมอง 4515 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:17 Creating Pandas DataFrame 1:06 What is Indexing in Pandas DataFrame 1:37 Labelled Indexing in Pandas DataFrame 1:48 Labelled Indexing using Row Labels 5:45 Labelled Indexing using Column Labels 7:26 Boolean Indexing in Pandas DataFrame NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Programming Course: th-cam.co...
Rename Row & Column Labels of a Pandas DataFrame | Python Pandas Coding Tutorial in HindiRename Row & Column Labels of a Pandas DataFrame | Python Pandas Coding Tutorial in Hindi
Rename Row & Column Labels of a Pandas DataFrame | Python Pandas Coding Tutorial in Hindi
มุมมอง 3215 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:19 Creating Pandas DataFrame 1:38 Renaming Row Labels of a Pandas DataFrame 5:35 Renaming Row Labels of a Pandas DataFrame NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Programming Course: th-cam.com/play/PLiBvgS5MGf06H-yeBBHui7Sq160luvU_O.html Python Coding Practice: th-cam.com/play/PLiBvgS5MGf05ciUsDsAbRYNhG5Oe...
Delete Rows & Columns of Pandas DataFrame | Modifying Pandas DataFrame | Python Pandas Coding CourseDelete Rows & Columns of Pandas DataFrame | Modifying Pandas DataFrame | Python Pandas Coding Course
Delete Rows & Columns of Pandas DataFrame | Modifying Pandas DataFrame | Python Pandas Coding Course
มุมมอง 5516 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:19 Creating a Pandas DataFrame 1:10 Deleting a Row from a Pandas DataFrame 3:35 KeyError when deleting a non-existing row 4:03 Deleting all rows with the same row label 4:57 Deleting multiple rows together 5:51 Deleting a Column from a Pandas DataFrame 6:33 KeyError when axis parameter is skipped 7:41 KeyError when deleting a non-existing column 8:03 D...
Add New Rows and Columns to Pandas DataFrame | Python Pandas Coding Tutorial in HindiAdd New Rows and Columns to Pandas DataFrame | Python Pandas Coding Tutorial in Hindi
Add New Rows and Columns to Pandas DataFrame | Python Pandas Coding Tutorial in Hindi
มุมมอง 2217 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:21 Creating a Pandas DataFrame 1:51 Add a New Column to Pandas DataFrame 3:26 Update values of a Column in a DataFrame 4:20 Avoid Value Errors 7:47 Add a New Row to Pandas DataFrame 10:26 Update values of a Row in a DataFrame 11:24 Avoid Value Errors NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Programming Cours...
Create Pandas DataFrame using Pandas Series | Python Pandas Coding Tutorial in HindiCreate Pandas DataFrame using Pandas Series | Python Pandas Coding Tutorial in Hindi
Create Pandas DataFrame using Pandas Series | Python Pandas Coding Tutorial in Hindi
มุมมอง 3918 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:27 Creating Pandas Series 1:47 Creating DataFrame from single Pandas Series 3:19 Creating DataFrame from multiple Pandas Series 6:15 Mismatched Indices NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Programming Course: th-cam.com/play/PLiBvgS5MGf06H-yeBBHui7Sq160luvU_O.html Python Coding Practice: th-cam.com/play/...
Create Pandas DataFrames using NumPy Arrays | Python Pandas Coding Tutorial in HindiCreate Pandas DataFrames using NumPy Arrays | Python Pandas Coding Tutorial in Hindi
Create Pandas DataFrames using NumPy Arrays | Python Pandas Coding Tutorial in Hindi
มุมมอง 5419 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:36 Creating Pandas DataFrame using a single 1D NumPy Array 3:25 Creating Pandas DataFrame using multiple 1D NumPy Arrays 5:51 Assigning Column Names to a DataFrame 6:47 Handling missing Values in a DataFrame 8:03 Creating Pandas DataFrame using a 2D NumPy Array NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Progra...
Create Pandas DataFrame using Python Dictionary | Dictionary of Lists | Dictionary of Pandas SeriesCreate Pandas DataFrame using Python Dictionary | Dictionary of Lists | Dictionary of Pandas Series
Create Pandas DataFrame using Python Dictionary | Dictionary of Lists | Dictionary of Pandas Series
มุมมอง 5220 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 1:14 Create Pandas DataFrame using Dictionary of Lists 4:45 Change order of columns in Pandas DataFrame 6:25 Create Pandas DataFrame using Dictionary of Pandas Series NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Programming Course: th-cam.com/play/PLiBvgS5MGf06H-yeBBHui7Sq160luvU_O.html Python Coding Practice: th-...
Create Pandas DataFrames with Python Lists | List of Scalers | List of Lists | List of DictionariesCreate Pandas DataFrames with Python Lists | List of Scalers | List of Lists | List of Dictionaries
Create Pandas DataFrames with Python Lists | List of Scalers | List of Lists | List of Dictionaries
มุมมอง 2321 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:43 What is a Pandas DataFrame 2:32 Empty DataFrame 3:48 Create DataFrame using List of Scaler values 7:52 Create DataFrame using List of Python Lists 11:48 Create DataFrame using List of Python Dictionaries NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Programming Course: th-cam.com/play/PLiBvgS5MGf06H-yeBBHui7Sq...
Mathematical Operation on Pandas Series | add( ) | sub( ) | mul( ) | div( ) functions | Pandas HindiMathematical Operation on Pandas Series | add( ) | sub( ) | mul( ) | div( ) functions | Pandas Hindi
Mathematical Operation on Pandas Series | add( ) | sub( ) | mul( ) | div( ) functions | Pandas Hindi
มุมมอง 3522 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:43 Creating a Pandas Series 2:21 Adding Pandas Series using operator 5:34 Adding Pandas Series using add( ) function 10:32 Addition is Commutative 10:57 Subtracting Pandas Series using - operator 11:35 Subtracting Pandas Series using sub( ) function 13:16 Subtraction is Not Commutative 13:43 Multiplying Pandas Series using * operator 14:07 Multiplying ...
Pandas Series Methods: head( ), tail( ), count( ) | Python Pandas Library Coding Tutorial in HindiPandas Series Methods: head( ), tail( ), count( ) | Python Pandas Library Coding Tutorial in Hindi
Pandas Series Methods: head( ), tail( ), count( ) | Python Pandas Library Coding Tutorial in Hindi
มุมมอง 2923 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:46 Creating a Pandas Series 1:17 head() method in Pandas Series 4:32 tail() method in Pandas Series 6:35 count() method in Pandas Series 6:50 count() vs size attribute of Pandas Series NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html Python Programming Course: th-cam.com/play/PLiBvgS5MGf06H-yeBBHui7Sq160luvU_O.html Python ...
Attributes of a Pandas Series: Name, Index Name, Values, Size & Empty | Python Pandas Coding | HindiAttributes of a Pandas Series: Name, Index Name, Values, Size & Empty | Python Pandas Coding | Hindi
Attributes of a Pandas Series: Name, Index Name, Values, Size & Empty | Python Pandas Coding | Hindi
มุมมอง 3924 วันที่ผ่านมา
Mind Your Exam Channel 0:00 Introduction 0:33 Creating a Pandas Series 1:30 Name Attribute of Pandas Series 2:57 Name Error 4:05 Index Name Attribute of Pandas Series 6:04 Values Attribute of Pandas Series 6:37 Printing Python List vs Pandas Series 7:34 Size Attribute of Pandas Series 8:01 Empty Attribute of Pandas Series NumPy Coding Tutorial: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f...

ความคิดเห็น

  • @divyanshumishra4014
    @divyanshumishra4014 วันที่ผ่านมา

    Nice explanation mam

  • @DeekshaAcharya-k1m
    @DeekshaAcharya-k1m 3 วันที่ผ่านมา

    Thank you so much mam🥹❤️

  • @Aliyana730
    @Aliyana730 4 วันที่ผ่านมา

    Excellent teaching! I had been searching for some computer lecturers on TH-cam but couldn't find any. However, I finally discovered a true gem!

  • @ShivaKumar-xx3rw
    @ShivaKumar-xx3rw 7 วันที่ผ่านมา

    where can i get notes of all lecture ?

  • @yashsrivastava4607
    @yashsrivastava4607 8 วันที่ผ่านมา

    Please tell me the software name for R programming

  • @sktgaming7664
    @sktgaming7664 15 วันที่ผ่านมา

    where is time division multiplexing

  • @IRISHI858
    @IRISHI858 17 วันที่ผ่านมา

    Salute you mam

  • @IRISHI858
    @IRISHI858 17 วันที่ผ่านมา

    best lecture 🎉

  • @IRISHI858
    @IRISHI858 17 วันที่ผ่านมา

    Good teaching 👌

  • @sktgaming7664
    @sktgaming7664 18 วันที่ผ่านมา

    mam kia ap ka notes mil sakty hain?

  • @AdityaRevankar-u4n
    @AdityaRevankar-u4n 20 วันที่ผ่านมา

    😊

  • @aniruddhadey1469
    @aniruddhadey1469 20 วันที่ผ่านมา

    where is the TDM video?

  • @thearyansvlog
    @thearyansvlog 21 วันที่ผ่านมา

    thank you mam very nice lecture 👍,and also your voice is too cute ☺

  • @林佑勳-j2w
    @林佑勳-j2w 21 วันที่ผ่านมา

    I like your video and it helps me a lot. However, It seems a little mistake according to your figure. When the signal represents 1, the peak amplitude should be maintained.

  • @sankardeepaDeepa
    @sankardeepaDeepa 21 วันที่ผ่านมา

    ❤❤❤❤

  • @Justkidding-lt5ns
    @Justkidding-lt5ns 24 วันที่ผ่านมา

    Very good explanation, thankyou🎈🎈

  • @harshsinghart295
    @harshsinghart295 24 วันที่ผ่านมา

    English literature of class 11 Please make a playlist on it

  • @ishaansrivastava7378
    @ishaansrivastava7378 24 วันที่ผ่านมา

    Thank You Ma'am 😃

  • @bhadurali4021
    @bhadurali4021 24 วันที่ผ่านมา

    In your previous video of NRZ I you said 0 mean no transition and 1mean transition but here you did the opposite🙃

  • @AbstractRoyal
    @AbstractRoyal 26 วันที่ผ่านมา

    Today's exam

  • @SurajThakur_2303
    @SurajThakur_2303 26 วันที่ผ่านมา

    I explored your channel and I am amazed by the dedication you have towards teaching ... wish all the very best... And your videos have helped me in my data communication semester paper , So thank you.

  • @iftikharullahzahiri2097
    @iftikharullahzahiri2097 27 วันที่ผ่านมา

    Well done

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

    Can we get the notes please?

  • @KwizeraMugaraGentil-i7k
    @KwizeraMugaraGentil-i7k หลายเดือนก่อน

    thank you ma'am for the great work done

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

    Lecture bhaut accha hai sab kuch samajh 😊. Please Numpy ke upper ek playlist bana do

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

      This video is a part of our NumPy Playlist: th-cam.com/play/PLiBvgS5MGf04InhaChjUVT4Lm1DW4bm6f.html&si=SDdIVQYjHDsd2Rlp

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

    good

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

    Thank u mam❤ for the beautiful lecture

  • @AbdulWahab-g6k
    @AbdulWahab-g6k หลายเดือนก่อน

    Thank you for this playlist! ❤

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

    Good jobs ❤❤❤

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

    What an amazing explanatin

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

    Very Good Explanation..

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

    awesome explanation

  • @SophiaGarcia-f9c
    @SophiaGarcia-f9c หลายเดือนก่อน

    Helpful 🎉

  • @Cryptobot-2024
    @Cryptobot-2024 หลายเดือนก่อน

    Notes

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

    your method of teaching is good ..if you gain more views then make a playlist of (1) how to write a prompt for chatgpt(prompt eng) (2) cyber security (3) image processing (4) html (5)css (6) javascript (7)web development (8) java GUI bcz now days scope of these things and now in many universities teach them these thing .. all the best for 😊

  • @DesireNDarlins-vr4rh
    @DesireNDarlins-vr4rh หลายเดือนก่อน

    thanks for the information and the well explained info

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

    Thank u mam ❤ Very nicely explained 😊

  • @Cute-d1i
    @Cute-d1i 2 หลายเดือนก่อน

    Hello man this good english toda hindi bola karo plz 🙏🙏

  • @WaniIqra-c4e
    @WaniIqra-c4e 2 หลายเดือนก่อน

    What is carrier signal.why it is used??

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

    From binary to octal Trick-421 From binary to hexadecimal Trick-8421

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

    where is lecture no. 37 time divison multiplexing ??

  • @DarshanvijetaKurtakoti-lr4iz
    @DarshanvijetaKurtakoti-lr4iz 2 หลายเดือนก่อน

    Shit what youtube.. It not supports the original content. It only supports the chimkandi people sry for this act of yt

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

    Notes?

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

    Notes?

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

    @6:48 Frequency is inversely propotional to amplitude right? Therefore, larger the amplitude, smaller the frequency.

  • @funny-m4j
    @funny-m4j 2 หลายเดือนก่อน

    Thank mem provide in question in this chapter

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

    Ma'am bring questions practice video for " for loop and while loop "

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

    Thank you 👍😊

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

    Best video Thank you very much mam

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

    Mam, please provide link to the notes. Thanks