class Introduce:
def __init__(self):
self.name = "Thanarak Leenanon"
self.role = "Student at Thammasat University"
def say_hi(self):
print("Hi! Thanks for dropping by. 👋")
me = Introduce()
me.say_hi()
-
Thammasat University
- Thailand
-
20:04
(UTC +07:00) - in/thanarak-leenanon
Highlights
Pinned Loading
-
DataFlow-with-GCP
DataFlow-with-GCP PublicThis project demonstrates the workflow of a Data Engineer. It utilizes the Google Cloud Platform and Google Colab as the main tools.
Python
-
Exploring-and-Analyzing-Data-in-Oracle-Database
Exploring-and-Analyzing-Data-in-Oracle-Database PublicThis project focuses on data analysis using SQL with Oracle Database 21c. It aims to familiarize with data management and data analysis using SQL commands and Oracle Database 21c.
-
Real-Time-PySpark
Real-Time-PySpark PublicThis project introduces PySpark, a powerful open-source framework for distributed data processing. We explore its architecture, components, and applications for real-time data analysis.
-
PySpark-Big-Data-RDD-Operations
PySpark-Big-Data-RDD-Operations PublicThis project illustrates Apache Spark RDD operations, from creation and transformation to actions and results, enhancing users' understanding of distributed data processing.
Jupyter Notebook 1
-
Head-Require
Head-Require Publichead-require is a library that aims to simplify the creation of requirements.txt files. head-require generates requirements.txt based on the packages used in your project.
Python 2
If the problem persists, check the GitHub status page or contact support.