<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts tagged: kedro</title>
    <link>https://waylonwalker.com/tags/kedro/</link>
    <description>All posts with the tag &#34;kedro&#34;</description>
    <lastBuildDate>Wed, 05 Feb 2025 18:16:44 +0000</lastBuildDate>
    <generator>markata-go</generator>
    <docs>https://www.rssboard.org/rss-specification</docs>
    <atom:link href="https://waylonwalker.com/tags/kedro/rss.xml" rel="self" type="application/rss+xml"></atom:link>
    <item>
      <title>💭 Migration guide for config loaders — kedro 0.19.11 documentation</title>
      <link>https://waylonwalker.com/thought-551/</link>
      <description>!https://docs.kedro.org/en/stable/configuration/config_migration.html</description>
      <pubDate>Wed, 05 Feb 2025 18:16:44 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-551/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>thought</category>
    </item>
    <item>
      <title>Make Kedro Runs Beautiful</title>
      <link>https://waylonwalker.com/kedro-rich/</link>
      <description>Kedro rich is a very new and unstable (it&#39;s good, just not ready) plugin for kedro to make the command line prettier.</description>
      <pubDate>Fri, 11 Mar 2022 13:14:51 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-rich/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>kedro</category>
      <category>cli</category>
    </item>
    <item>
      <title>Lambda Function as a Kedro Node</title>
      <link>https://waylonwalker.com/kedro-lambda-node/</link>
      <description>I keep my nodes short and sweet. They do one thing and do it well. I turn almost every DataFrame transformation into its own node. It makes it must easier to...</description>
      <pubDate>Mon, 31 Jan 2022 21:52:36 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-lambda-node/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>kedro</category>
    </item>
    <item>
      <title>Add New Dependencies to Your Kedro Project</title>
      <link>https://waylonwalker.com/kedro-new-dependencies/</link>
      <description>As you work on your kedro projects you are bound to need to add more dependencies to the project eventually. Kedro uses a fantastic command under the hood to...</description>
      <pubDate>Fri, 28 Jan 2022 21:30:48 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-new-dependencies/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>Practice making pipelines with kedro</title>
      <link>https://waylonwalker.com/practice-kedro/</link>
      <description>I am a huge believer in practicing your craft. Professional athletes spend most of their time honing their skills and making themsleves better. In...</description>
      <pubDate>Thu, 27 Jan 2022 21:07:37 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/practice-kedro/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>kedro</category>
    </item>
    <item>
      <title>Running Kedro on Ubuntu 21.10 Impish Indri</title>
      <link>https://waylonwalker.com/kedro-ubuntu-impish/</link>
      <description>I just installed a brand new Ubuntu 21.10 Impish Indri, and wanted a kedro project to play with so I did what any good kedroid would do, I went to my command...</description>
      <pubDate>Sun, 02 Jan 2022 20:24:48 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-ubuntu-impish/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
      <category>datascience</category>
    </item>
    <item>
      <title>kedro catalog create</title>
      <link>https://waylonwalker.com/kedro-catalog-create-cli/</link>
      <description>I use to boost my productivity by automatically generating yaml catalog entries for me. It will create new yaml files for each pipeline, fill in missiing...</description>
      <pubDate>Mon, 15 Nov 2021 07:18:55 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-catalog-create-cli/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>nvim conf 2021 | IDE&#39;s are slow | Waylon Walker</title>
      <link>https://waylonwalker.com/nvim-ides-are-slow/</link>
      <description>https://youtu.be/E18m4KkJUnI</description>
      <pubDate>Fri, 29 Oct 2021 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/nvim-ides-are-slow/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
    </item>
    <item>
      <title>Kedro-Broken-Urls</title>
      <link>https://waylonwalker.com/kedro-broken-urls/</link>
      <description>[ ] ) [ ] - [ ] - [ ] - [ ] - [ ] ) - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] - [ ] . - [ ]</description>
      <pubDate>Wed, 20 Oct 2021 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-broken-urls/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
    </item>
    <item>
      <title>Setting Parameters in kedro</title>
      <link>https://waylonwalker.com/kedro-parameters/</link>
      <description>Parameters are a place for you to store variables for your pipeline that can be accessed by any node that needs it, and can be easily changed by changing...</description>
      <pubDate>Sun, 19 Sep 2021 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-parameters/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>Writing your first kedro Nodes</title>
      <link>https://waylonwalker.com/kedro-your-first-nodes/</link>
      <description>https://youtu.be/-gEwU-MrPuA</description>
      <pubDate>Mon, 13 Sep 2021 22:40:45 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-your-first-nodes/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>Running your Kedro Pipeline from the command line</title>
      <link>https://waylonwalker.com/kedro-run/</link>
      <description>Running your kedro pipeline from the command line could not be any easier to get started. This is a concept that you may or may not do often depending on...</description>
      <pubDate>Tue, 24 Aug 2021 22:40:45 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-run/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>kedro Virtual Environment</title>
      <link>https://waylonwalker.com/kedro-environment/</link>
      <description>Avoid serious version conflict issues, and use a virtual environment anytime you are running python, here are three ways you can setup a kedro virtual...</description>
      <pubDate>Mon, 23 Aug 2021 20:40:45 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-environment/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>Kedro Pipeline Create</title>
      <link>https://waylonwalker.com/kedro-pipeline-create/</link>
      <description>Kedro pipeline create is a command that makes creating new pipelines much easier. There is much less boilerplate that you need to write yourself.</description>
      <pubDate>Sun, 22 Aug 2021 22:40:45 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-pipeline-create/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>Kedro Install</title>
      <link>https://waylonwalker.com/kedro-install/</link>
      <description>Kedro comes with an command to install and manage all of your projects dependencies.</description>
      <pubDate>Sat, 21 Aug 2021 20:40:45 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-install/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>Kedro Git Init</title>
      <link>https://waylonwalker.com/kedro-git-init/</link>
      <description>Immediately after , before you start running or your first line of code the first thing you should always do after getting a new kedro template created is to .</description>
      <pubDate>Fri, 20 Aug 2021 22:40:45 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-git-init/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>Kedro New</title>
      <link>https://waylonwalker.com/kedro-new/</link>
      <description>https://youtu.be/uqiv5LAiJe0</description>
      <pubDate>Wed, 18 Aug 2021 20:40:45 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-new/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>What is Kedro</title>
      <link>https://waylonwalker.com/what-is-kedro/</link>
      <description>Kedro is an unopinionated Data Engineering framework that comes with a somewhat opinionated template. It gives the user a way to build pipelines that...</description>
      <pubDate>Tue, 17 Aug 2021 12:48:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/what-is-kedro/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
    <item>
      <title>How I Kedro</title>
      <link>https://waylonwalker.com/how-i-kedro/</link>
      <description>&lt;a href=&#34;https://youtu.be/bw5_FWDVRpU&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/youtu.be.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/youtu.be.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;https://youtu.be/bw5_FWDVRpU&lt;/a&gt;&#xA;Ubuntu &lt;a href=&#34;#ubuntu&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&#xA;I recently switched over to using Ubuntu, it works well pretty much out of the&#xA;box for me.  I am using gnome with a dark theme.&#xA;Gnome Terminal &lt;a href=&#34;#gnome-terminal&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&#xA;I am still using the built in default gnome terminal, it just works.  It does&#xA;all the things that I need it to do.  It supports transparency renders my fonts&#xA;and allows me to highlight things well.&#xA;&#xA;One Dark Theme&#xA;&#xA;dotfiles &lt;a href=&#34;#dotfiles&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&#xA;You can find my&#xA;&lt;a href=&#34;https://github.com/waylonwalker/devtainer&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/github.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/github.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;dotfiles&lt;/a&gt; on&#xA;github.  Feel free to read through and take anything that...</description>
      <pubDate>Mon, 16 Aug 2021 22:34:45 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/how-i-kedro/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
    </item>
    <item>
      <title>Incremental Versioned Datasets in Kedro</title>
      <link>https://waylonwalker.com/kedro-incremental-versioned-datasets/</link>
      <description>Kedro versioned datasets can be mixed with incremental and partitioned datasets to do some timeseries analysis on how our dataset changes over time. Kedro is...</description>
      <pubDate>Thu, 08 Jul 2021 11:12:25 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/kedro-incremental-versioned-datasets/</guid>
      <author>hello@waylonwalker.com</author>
      <category>kedro</category>
      <category>python</category>
    </item>
  </channel>
</rss>