<?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/">
  <channel>
    <title>DEV Community: Shivam08-byte</title>
    <description>The latest articles on DEV Community by Shivam08-byte (@shivam08byte).</description>
    <link>https://dev.to/shivam08byte</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F557528%2Fe7165241-f9ab-46b8-8261-3723add67cb9.gif</url>
      <title>DEV Community: Shivam08-byte</title>
      <link>https://dev.to/shivam08byte</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shivam08byte"/>
    <language>en</language>
    <item>
      <title>Reading data from csv file</title>
      <dc:creator>Shivam08-byte</dc:creator>
      <pubDate>Fri, 11 Aug 2023 12:09:48 +0000</pubDate>
      <link>https://dev.to/shivam08byte/reading-data-from-csv-file-54pn</link>
      <guid>https://dev.to/shivam08byte/reading-data-from-csv-file-54pn</guid>
      <description>&lt;p&gt;How to read data from csv file and its conversion to DATA Frame?&lt;/p&gt;

&lt;p&gt;import pandas as pd&lt;/p&gt;

&lt;p&gt;csv_file_path = ‘your_data.csv’&lt;/p&gt;

&lt;p&gt;df = pd.read_csv(csv_file_path)&lt;/p&gt;

&lt;p&gt;print(df)&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>python</category>
      <category>beginners</category>
      <category>datascience</category>
    </item>
    <item>
      <title>All about Machine Learning</title>
      <dc:creator>Shivam08-byte</dc:creator>
      <pubDate>Fri, 11 Aug 2023 11:54:01 +0000</pubDate>
      <link>https://dev.to/shivam08byte/all-about-machine-learning-1fg0</link>
      <guid>https://dev.to/shivam08byte/all-about-machine-learning-1fg0</guid>
      <description>&lt;p&gt;Machine learning is an important component of the growing field of data science.&lt;br&gt;
I am here to give glimpse of how simple ML is and lets begin with some common problem types there detail understanding and what algorithms is used to resolve each problem type also we will explore each every by deep diving in it. &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dhfhcoef--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/16ocpokqvn83p4u06yn4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dhfhcoef--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/16ocpokqvn83p4u06yn4.png" alt="Image showing Ml problem types and there respective algorithms" width="800" height="563"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>webdev</category>
      <category>data</category>
    </item>
  </channel>
</rss>
