Implementing Data Quality in Python w/ Great Expectations

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 12

  • @srinivasans3394
    @srinivasans3394 Рік тому +1

    creating custom expecations for a bigquery project , cna u show that pls

  • @PythonElf
    @PythonElf Рік тому

    great video! it'd be cool to see you expand on this and pull your Strava data in using the API

  • @JorgeEscobarMX
    @JorgeEscobarMX Рік тому

    Is there a tutorial on how to install it on windows 10 using python 3.12? I tried the official quickstart guide but the last line of the Python script just fails to open the website `context.view_validation_result(checkpoint_result)`

  • @imyhull4923
    @imyhull4923 5 місяців тому

    Great video. Loved the max speed bit where you forgot you put your bike in the car 😂

  • @ammarfasih3866
    @ammarfasih3866 Рік тому

    Thanks for sharing this great tool. I was wondering like it showing me the insights of the data and telling me if it's as per my expectations or not. Whether it would be able to make rectifications too?
    Like if check the values to be in between 0 to 10. All values outside this range should be deleted/ amend or something?

  • @legsnhipsnbawdy
    @legsnhipsnbawdy 2 роки тому

    This is super helpful! I've done some really basic/manual data profiling, like finding the max/min of specific columns. But it gets tedious when scripting, leading me to prefer GUIs. This will streamline a lot of that.

  • @denissetiawan3645
    @denissetiawan3645 2 роки тому +1

    Nice, will try it soon. Thank you! 😁

  • @kiranwale7754
    @kiranwale7754 Рік тому

    Create a video on
    "How to store the logs in a table for each Time script runs in datproc?"

  • @enrique-zarate4594
    @enrique-zarate4594 8 місяців тому

    Great intro to GE!