<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									WAP to create student.csv file from the following data - Python				            </title>
            <link>https://discuss.codewithbishal.com/python/wap-to-create-student-csv-file-from-the-following-data/</link>
            <description>Discuss Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 06 Apr 2026 22:32:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer to: WAP to create student.csv file from the following data</title>
                        <link>https://discuss.codewithbishal.com/python/wap-to-create-student-csv-file-from-the-following-data/#post-42</link>
                        <pubDate>Sun, 27 Nov 2022 16:14:38 +0000</pubDate>
                        <description><![CDATA[import pandas as pd


data = {
&quot;Roll No&quot;: ,
&quot;StudName&quot;:,
&quot;Marks&quot;:,
&quot;Class&quot;:[&quot;11A&quot;, &quot;11B&quot;, &quot;11C&quot;,...]]></description>
                        <content:encoded><![CDATA[<pre contenteditable="false">import pandas as pd


data = {
"Roll No": ,
"StudName":,
"Marks":,
"Class":
}


df = pd.DataFrame(data)


df.to_csv("student.csv")</pre>]]></content:encoded>
						                            <category domain="https://discuss.codewithbishal.com/python/">Python</category>                        <dc:creator>CodeWithBishal-admin</dc:creator>
                        <guid isPermaLink="true">https://discuss.codewithbishal.com/python/wap-to-create-student-csv-file-from-the-following-data/#post-42</guid>
                    </item>
				                    <item>
                        <title>WAP to create student.csv file from the following data</title>
                        <link>https://discuss.codewithbishal.com/python/wap-to-create-student-csv-file-from-the-following-data/#post-41</link>
                        <pubDate>Sun, 27 Nov 2022 16:12:59 +0000</pubDate>
                        <description><![CDATA[WAP to create student.csv file from the following data:
 
 
 Screenshot-2022-11-27-at-9.42.45-PM.png]]></description>
                        <content:encoded><![CDATA[<p>WAP to create student.csv file from the following data:</p>
<p> </p>
<p> <img src="//discuss.codewithbishal.com/wp-content/uploads/wpforo/default_attachments/1669565579-Screenshot-2022-11-27-at-94245-PM.png" width="350" height="200" /></p>
<div id="wpfa-243" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="Screenshot-2022-11-27-at-9.42.45-PM.png" href="//discuss.codewithbishal.com/wp-content/uploads/wpforo/default_attachments/1669565579-Screenshot-2022-11-27-at-94245-PM.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> Screenshot-2022-11-27-at-9.42.45-PM.png</a></div>]]></content:encoded>
						                            <category domain="https://discuss.codewithbishal.com/python/">Python</category>                        <dc:creator>CodeWithBishal-admin</dc:creator>
                        <guid isPermaLink="true">https://discuss.codewithbishal.com/python/wap-to-create-student-csv-file-from-the-following-data/#post-41</guid>
                    </item>
							        </channel>
        </rss>
		