위대한 유산 - 튜토리얼
불완전하거나 불분명한 것이 있으면 주저하지 말고 문제를 여십시오!
온라인 읽기
함께 읽고 싶다면 저장소에서
tutorial_great_expectations.ipynb
을 열면 됩니다. 모든 중요한 출력물을 온라인에서 사용할 수 있도록 했습니다.자신의 컴퓨터에서 아무 것도 실행하지 않고 자습서를 실행하려면 open it in Google Colab .
도커를 사용하여 실행
docker가 설치되어 있으면 컨테이너를 가져와서 자습서를 실행할 수 있습니다.
docker pull dataroots/tutorial-great-expectations && docker run -it --rm -p 8888:8888 dataroots/tutorial-great-expectations
또는 이 리포지토리를 복제하고 컨테이너를 직접 빌드합니다.
docker build . -t tutorial-great-expectations && docker run -it --rm -p 8888:8888 tutorial-great-expectations``
그런 다음 출력의 마지막 줄에 있는 URL을 원하는 웹 브라우저에 복사하여 붙여넣고
tutorial_great_expectations
노트북으로 이동합니다. 타고 즐기십시오!도커 없이 실행
자신의 컴퓨터에서 자습서를 실행하려면 virtual environment 을 사용하는 것이 좋습니다.
pip install -r requirements.txt
. jupyter notebook
를 실행합니다. 그런 다음 tutorial_great_expectations
노트북으로 이동합니다. AttributeError: module 'great_expectations' has no attribute data_context
가 표시되면 Great Expectations가 설치되지 않은 것일 수 있습니다. 이 문제를 해결하려면 커널이 설치되어 있는지 확인하고 커널을 다시 시작하십시오.코드
[
GitHub - datarootsio/tutorial-great-expectations: Great Expectations 라이브러리에 대한 튜토리얼입니다.
Great Expectations 라이브러리에 대한 튜토리얼입니다. GitHub에서 계정을 만들어 datarootsio/tutorial-great-expectations 개발에 기여하세요.
GitHubdatarootsio
]( https://github.com/datarootsio/tutorial-great-expectations )
Github 저장소
감사의 말
Hass Avocado Boardhttps://hassavocadoboard.com/volume-data-projections/에서 제공한 아보카도 데이터 세트.
당신은 또한 좋아할 수도 있습니다
[
Notion 데이터베이스의 데이터 품질 🚀 - Ricardo Elizondo
Notion ➕ Great Expectations = 🚀If you’ve ever heard of or used Notion (specially their databases) and GreatExpectations, you can already imagine what this is about 😉. If not, find aquick ELI5 below: See our Github [https://github.com/datarootsio/notion-dbs-data-quality] for moretechnical de…
데이터 루트
]( https://dataroots.io/research/contributions/data-quality-for-notion-databases )
[
great_expectations: 맞춤 기대치 작성 - Paolo Léonard
우리가 dataroots에서 하는 것처럼 많은 데이터로 작업하는 경우 상당한 양의 불량을 접했을 가능성이 높습니다.
데이터 루트
]( https://dataroots.io/research/contributions/great_expectations:-writing-custom-expectations )
Reference
이 문제에 관하여(위대한 유산 - 튜토리얼), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/dataroots/great-expectations-tutorial-2k34텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)