import json
from dataclasses import asdict, dataclass
@dataclass
class AboutMe:
name : str = "Enrique Vázquez"
age : int = 30
career : str = "Computer Engineer"
languages : tuple = ("Python", "Scala", "JS", "Bash", "VBA")
databases : tuple = ("PostgreSQL", "MongoDB", "MySQL","Hive","Server","Firebase", "Snowflake")
frameworks/lib : tuple = ("Spark","Pandas","Airflow")
cloud : tuple = ("GCP", "AWS")
ongoing : tuple = ("Kafka", "Databricks")
challenge : str = "Getting new certs"
def Myself(self):
return json.dumps(asdict(self), indent=4)
Introduce = AboutMe()
print(Introduce.Myself())
- Mexico City, Mexico
Pinned Loading
-
Flights-GCP-ETL
Flights-GCP-ETL PublicThe objective of this project is made a ETL using flights data obtained from Kaggle. The data was processed in Google Cloud Platform using diferentes tools to orchestrate the Pipeline.
Python 2
-
SQLAlchemy-Challenge
SQLAlchemy-Challenge PublicThis project is made to be able to give future references to people who plan to travel to Honolulu Hawaii or for people who want information about the weather in the place.
Jupyter Notebook
-
D3-Challenge
D3-Challenge PublicThis project was done to give a bigger view on the relationship between common problems in the US which are smoking, obesity, lacks heathcare and age as well as the average age of US citizens.
JavaScript
-
JaviSandoval94/Solar-Energy-Calculator
JaviSandoval94/Solar-Energy-Calculator PublicMachine learning model to predict solar energy production in Mexico City Metropolitan Area. Results are used to generate a web application to estimate solar energy ROI for domestic users in the reg…
Jupyter Notebook 7
-
City-Bike-BigData-Cloud
City-Bike-BigData-Cloud PublicThe objective of this project is made a ETL using CityBike program public information. The data was processed in Google Cloud Platform using diferentes tools to orchestrate the Pipeline.
Python
-
Leaflet-Challenge
Leaflet-Challenge PublicThis project was done to give a bigger view of the earthquakes around the world between 2020-May-01 and 2020-May-15
JavaScript
If the problem persists, check the GitHub status page or contact support.