- π Iβm currently working on Data Orchestration Tools
- π± Iβm currently learning of Data Mesh and Enterprise Architectures
- π― Iβm looking to collaborate on open source projects or innovative entrepreneurs
- π¬ Ask me about Data Engineering or Google Cloud Platform
π
Developer &
Data Engineer/Architect
Pinned Loading
-
Load firestore table to pandas dataf...
Load firestore table to pandas dataframe 1import pandas as pd
2from google.cloud import firestore
34db = firestore.Client()
5users = list(db.collection(u'users').stream())
-
collection-of-movies-etl
collection-of-movies-etl PublicData source: https://www.kaggle.com/ruchi798/movies-on-netflix-prime-video-hulu-and-disney/data
Jupyter Notebook 1
-
aws-de-data-processing
aws-de-data-processing PublicUnderstanding AWS, server-less and others to data processing
Python 1
-
-
Filtro Gaussiano en C++ con OpenCV 3
Filtro Gaussiano en C++ con OpenCV 3 1#include <opencv2/opencv.hpp>
23using namespace cv;
45void imfilter( const cv::Mat & image ) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.