<?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: Ifiokobong Akpan</title>
    <description>The latest articles on DEV Community by Ifiokobong Akpan (@ifiokobong_akpan_86dc8bf1).</description>
    <link>https://dev.to/ifiokobong_akpan_86dc8bf1</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%2F1615284%2F177e5c64-c66d-4804-bbcb-32888e3b1228.jpg</url>
      <title>DEV Community: Ifiokobong Akpan</title>
      <link>https://dev.to/ifiokobong_akpan_86dc8bf1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ifiokobong_akpan_86dc8bf1"/>
    <language>en</language>
    <item>
      <title>Deprecated .fillna(method="ffill") method in pandas discovered</title>
      <dc:creator>Ifiokobong Akpan</dc:creator>
      <pubDate>Fri, 16 Aug 2024 12:06:04 +0000</pubDate>
      <link>https://dev.to/ifiokobong_akpan_86dc8bf1/deprecated-fillnamethodffil-method-in-pandas-discovered-1pm8</link>
      <guid>https://dev.to/ifiokobong_akpan_86dc8bf1/deprecated-fillnamethodffil-method-in-pandas-discovered-1pm8</guid>
      <description>&lt;p&gt;In the fast-evolving world of data science and analysis, Python's Pandas library has long been a trusted tool for handling and manipulating data. One of its many powerful features is the ability to fill missing values using the .fillna() method, which allows users to fill NaN (Not a Number) values in a DataFrame or Series. Traditionally, this method has supported the use of various techniques, including forward filling (method="ffill") and backward filling (method="bfill"), to populate missing data. However, recent developments have brought to light the deprecation of the .fillna(method="ffill") method, causing a stir among data professionals.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;diuhijd&lt;/li&gt;
&lt;li&gt;sebfhjdf&lt;/li&gt;
&lt;li&gt;sbgfkghb&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;``&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Does "Deprecation" Mean?&lt;/strong&gt;&lt;br&gt;
Deprecation in the context of software refers to the process of phasing out a feature or functionality. While deprecated features may still be available for use, they are no longer being actively maintained or updated. Eventually, these features are often removed from the software entirely, making it crucial for users to transition to alternative solutions.&lt;/p&gt;

&lt;p&gt;The .fillna(method="ffill") Method: &lt;/p&gt;

&lt;h3&gt;
  
  
  A Brief Overview Deprecated Pandas ffill method
&lt;/h3&gt;

&lt;p&gt;The .fillna() method in Pandas has been a go-to function for data scientists and analysts when dealing with missing data. The method="ffill" argument, short for "forward fill," is used to propagate the last valid observation forward to the next valid point. This is particularly useful in time series data where a previous value might logically fill a missing one.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj1vpoai8b76kyxeczrvl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj1vpoai8b76kyxeczrvl.png" alt="Image description" width="800" height="327"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>pandas</category>
      <category>ffill</category>
      <category>deprecated</category>
      <category>fillna</category>
    </item>
    <item>
      <title>My first blog post on pgAdmin</title>
      <dc:creator>Ifiokobong Akpan</dc:creator>
      <pubDate>Wed, 12 Jun 2024 12:39:30 +0000</pubDate>
      <link>https://dev.to/ifiokobong_akpan_86dc8bf1/my-first-blog-post-on-pgadmin-576a</link>
      <guid>https://dev.to/ifiokobong_akpan_86dc8bf1/my-first-blog-post-on-pgadmin-576a</guid>
      <description>&lt;p&gt;This is how i was able to generate and save erd in pgadmin.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgg9qb6p0z5eo93gd21bc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgg9qb6p0z5eo93gd21bc.png" alt="Image description" width="800" height="456"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
