Kedro · @kedro
69 followers · 63 posts · Server social.lfx.dev

In the Pipeline: September 2023 edition! ๐Ÿ”ถ

This month: a roundup of the summerโ€™s Kedro news (including Python 3.11 support in *all the things*), some release updates, and our top picks from recent articles.

kedro.org/blog/in-the-pipeline

#kedro #python #pydata #datascience

Last updated 1 year ago

Kedro · @kedro
69 followers · 62 posts · Server social.lfx.dev

More exciting news today!

`kedro-pandera` is a new community plugin that brings data validation to your Kedro projects ๐Ÿ”ถ

With it, you can

๐Ÿ“ declare data schemas to your kedro datasets
๐Ÿงช add data tests
๐Ÿคก run test pipeline with fake data

and more!

Install it with `pip install kedro-pandera` and give the repository a star โญ๏ธ

github.com/Galileo-Galilei/ked

Thanks @Galileo-Galilei for creating it!

#kedro #pandera #pydata #python #data #datascience

Last updated 1 year ago

Kedro · @kedro
65 followers · 61 posts · Server social.lfx.dev

And one more release! Kedro-Viz 6.5.0 is available ๐Ÿ”ถ and adds official Python 3.11 support as well, along with some small bug fixes.

Install Kedro-Viz now with pip or conda:

```
pip install kedro-viz==6.5.0
conda install -c conda-forge kedro-viz=6.5.0
```

#kedro #kedroviz #dataviz #pydata #datascience

Last updated 1 year ago

Kedro · @kedro
65 followers · 60 posts · Server social.lfx.dev

Kedro 0.18.13 and kedro-datasets 1.6.0 are out! ๐Ÿ”ถ

These releases bring official support for Python 3.11 (finally!), as well as some new `OmegaConfigLoader` features, a new `kedro catalog resolve` command, and a leaner project structure, as well as significant documentation improvements. Preparations for 0.19.0 are underway!

Install Kedro now with pip or conda:

```
pip install kedro==0.18.13
conda install -c conda-forge kedro=0.18.13
```

#kedro #python #pydata #datascience #machinelearning

Last updated 1 year ago

Kedro · @kedro
62 followers · 57 posts · Server social.lfx.dev

It's release day again! ๐Ÿ”ถ

Kedro-Viz 6.4.0 is out, with hint cards that highlight key features of the application and support for displaying dataset statistics in the metadata panel for further investigation, aside from lots of bug fixes.

kedro-datasets 1.5.3 fixes some problems with optional dependencies, and includes other bug fixes and improvements.

Install them with `pip install kedro-viz==6.4.0` and `pip install kedro-datasets[{desired-extra}]==1.5.3` respectively!

#python #kedro #pydata

Last updated 1 year ago

Kedro · @kedro
62 followers · 56 posts · Server social.lfx.dev

New blog post: How to integrate Kedro and Databricks Connect ๐Ÿ”ถ

In this blog post, our colleague Diego Lira explains how to use Databricks Connect with Kedro for a development experience that works completely inside an IDE.

kedro.org/blog/how-to-integrat

Install it with

```
pip install databricks-connect
```

#kedro #python #pydata #datascience #databricks #dbx #spark #pyspark

Last updated 1 year ago

Juan Luis · @astrojuanlu
1408 followers · 2886 posts · Server social.juanlu.space

Last day of summer vacations. Had so much fun and rested a lot.

Tomorrow, more , more , and more of everything ๐Ÿ’—

#python #kedro

Last updated 1 year ago

Kedro · @kedro
59 followers · 55 posts · Server social.lfx.dev

It's release week ๐Ÿ”ฅ

๐Ÿ”ถ kedro 0.18.12 with dataset factories
๐Ÿ”ถ kedro-datasets 1.5.1 with lazy loading and `pandas.DeltaTableDataSet`
๐Ÿ”ถ kedro-airflow 0.6.0 with an option to configure DAG kwargs using `airflow.yml`
๐Ÿ”ถ kedro-telemetry 0.2.5 paving the way for Python 3.11 support

Thanks to our various community contributors! ๐Ÿ’› Check out the complete release notes in our GitHub organisation github.com/kedro-org/

#kedro #python #pydata #datascience #datapipelines

Last updated 1 year ago

Kedro · @kedro
59 followers · 55 posts · Server social.lfx.dev

Our colleague @astrojuanlu will be at in September leading a workshop titled "Refactor your Jupyter notebooks into maintainable data science code with Kedro"

Don't miss it! pycon.ee/

#pyconestonia2023 #python #kedro #pydata #datascience #jupyter

Last updated 1 year ago

Kedro · @kedro
56 followers · 48 posts · Server social.lfx.dev

Ever wondered how to use Kedro on Snowflake? Check out "From 0 to MLOps with โ„๏ธ Snowflake Data Cloud in 3 steps with the Kedro-Snowflake plugin" by our colleagues from GetInData | Part of Xebia

getindata.com/blog/from-0-to-m

#kedro #python #snowflake #mlops

Last updated 1 year ago

Kedro · @kedro
56 followers · 47 posts · Server social.lfx.dev

New blog post: A new Kedro dataset for Spark Structured Streaming ๐Ÿ”ถ

This post illustrates the extensibility of Kedro with a new dataset for real-time data processing using Spark Structured Streaming. It was written by our colleagues Tingting Wan, Tom Kurian, and Haris Michailidis all Data Engineers at QuantumBlack.

kedro.org/blog/kedro-dataset-f

Install it with

```
pip install "kedro-datasets[spark]~=1.4"
```

#kedro #datascience #python #pydata #spark #streaming

Last updated 1 year ago

Kedro · @kedro
56 followers · 45 posts · Server social.lfx.dev

In the Pipeline: July 2023 edition! ๐Ÿ”ถ

In the past couple of months we celebrated our four year anniversary as an open source project, unveiled our new branding, made eleven releases (framework, Viz and datasets), and celebrated in person โค๏ธ

kedro.org/blog/in-the-pipeline

#kedro #python #pydata #datascience

Last updated 1 year ago

Kedro · @kedro
56 followers · 45 posts · Server social.lfx.dev

New blog post: How to use Databricks managed Delta tables in a Kedro project ๐Ÿ”ถ

In this post our colleague Jannic Holzer explains how to use a newly-released dataset for managed Delta tables in Databricks within your Kedro project.

kedro.org/blog/managed-delta-t

Install it with

```
pip install "kedro-datasets[databricks.ManagedTableDataSet]"
```

#kedro #machinelearning #datascience #databricks #spark #python #pydata

Last updated 1 year ago

Kedro · @kedro
54 followers · 43 posts · Server social.lfx.dev

Kedro-Viz 6.3.2 is out! ๐Ÿ”ถ

We added support for dataset previews and validation for layers in transcoding datasets. In addition, Viz now shows original node input and output names in the metadata panel, and we fixed a number of small issues.

Install it now for Python or JavaScript:

```
pip install kedro-viz==6.3.2
npm install @quantumblack/kedro-viz@latest
```

And check out the online demo! demo.kedro.org/

#kedro #kedroviz #pydata #python #datascience #machinelearning #dataviz

Last updated 1 year ago

Kedro · @kedro
54 followers · 43 posts · Server social.lfx.dev

Kedro 0.18.11 is out! ๐Ÿ”ถ

We added added a new `databricks-iris` official starter and significantly improved the documentation around both Databricks and Prefect 2.0. We also deprecated some class names.

Install it now with pip or conda:

```
pip install kedro==0.18.11
conda install -c conda-forge kedro=0.18.11
```

And read the complete release notes online: github.com/kedro-org/kedro/rel

#kedro #python #pydata #datascience #machinelearning

Last updated 1 year ago

Juan Luis · @astrojuanlu
1342 followers · 2424 posts · Server social.juanlu.space

On my way to London to meet the wonderful @kedro team ๐Ÿ’–๐Ÿ”ถ

#kedro

Last updated 1 year ago

Kedro · @kedro
50 followers · 40 posts · Server social.lfx.dev

New blog post: How to build a custom Kedro runner ๐Ÿ”ถ

In this post our colleague Nok Lam Chan explains how to write an efficient custom Kedro pipeline runner that continues executing a set of nodes after encountering non-catastrophic failure points.

kedro.org/blog/build-a-custom-

#kedro #kedroviz #machinelearning #datapipelines #python #pydata

Last updated 1 year ago

Juan Luis · @astrojuanlu
1323 followers · 2291 posts · Server social.juanlu.space

Testing Kedro on Jupyter (Classic) Notebook 7.0.0rc, released mere minutes ago ๐Ÿ˜ Looks like it's working nicely!

#python #kedro #jupyter #notebook #PyData

Last updated 1 year ago

Juan Luis · @astrojuanlu
1319 followers · 2258 posts · Server social.juanlu.space

Some pictures from yesterday's talk about Kedro ๐Ÿ˜ And remember to follow @kedro on Mastodon!

#kedro #PyData #python

Last updated 1 year ago

Juan Luis · @astrojuanlu
1320 followers · 2233 posts · Server social.juanlu.space

Nos vemos esta tarde en el รบltimo concierto de la gira ๐Ÿค  "Kedro: la herramienta que une a Data Scientists y Developers" en las oficinas de Avoris en Palma de Mallorca

meetup.com/bigdata-ml-ai-mallo

#kedro #python #PyData #meetup

Last updated 1 year ago