<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; Dataset</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/dataset/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>HOW DO YOU HANDLE MISSING OR CORRUPTED DATA IN A DATASET?</title>
		<link>http://www.pro-tekconsulting.com/blog/how-do-you-handle-missing-or-corrupted-data-in-a-dataset/</link>
		<comments>http://www.pro-tekconsulting.com/blog/how-do-you-handle-missing-or-corrupted-data-in-a-dataset/#comments</comments>
		<pubDate>Wed, 06 Dec 2017 06:24:37 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Dataset]]></category>
		<category><![CDATA[corrupted data in a dataset]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2286</guid>
		<description><![CDATA[<p>How do you handle missing or corrupted data in a dataset? You could find missing/corrupted data in a dataset and either drop those rows or columns, or decide to replace them with another value. In Pandas, there are two very useful methods: isnull() and dropna() that will help you find columns of data with missing [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-do-you-handle-missing-or-corrupted-data-in-a-dataset/">HOW DO YOU HANDLE MISSING OR CORRUPTED DATA IN A DATASET?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>How do you handle missing or corrupted data in a dataset?</h4>
<p>You could find missing/corrupted data in a dataset and either drop those rows or columns, or decide to replace them with another value.</p>
<p>In Pandas, there are two very useful methods: isnull() and dropna() that will help you find columns of data with missing or corrupted data and drop those values. If you want to fill the invalid values with a placeholder value (for example, 0), you could use the fillna() method</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-do-you-handle-missing-or-corrupted-data-in-a-dataset/">HOW DO YOU HANDLE MISSING OR CORRUPTED DATA IN A DATASET?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/how-do-you-handle-missing-or-corrupted-data-in-a-dataset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
