Data Science Simplified

Keep up with latest tools and best practices in data science in 2 minutes.

Subscribe to get short daily code snippets delivered straight to your mailbox.

Latest short posts

Timely detection and notification of data anomalies are crucial for stakeholders to address potential issues promptly. 

Kestra, an open-source orchestrator, simplifies this process by enabling you to create a workflow using a YAML file.

In the given example, a DuckDB query is used to identify anomalies, and if any are detected, an email with the anomalous rows in a CSV file is sent to relevant parties.

Link to Kestra.

pytest.mark lets you label test functions for conditional or selective execution based on specific needs.

For instance, you can mark slow tests or tests involving integration with external services to run them separately or exclude them from regular test runs. This helps you organize and execute your tests more effectively.

Latest Blog posts

Our Subscriber

4.1k+

Don’t miss these daily tips!

Select Frequency

My Youtube Videos

My Statistics

Followers in Linkedin
0 K+
Followers in Medium
0 K+
Followers in Twitter
0 K+
Subscribers in Youtube
0 K+
Followers in Newsletter
0 K+
Followers in GitHub
0 K+
Scroll to Top