👋 Hello Everyone!!, I will share something about me:
- ⚽ I really love sports, soccer, surf, pool, pingpong, etc, and I love to write code.
- 🏄♂️ I develop my website from scratch while I was learning React.
- ⛷️ My strong coding skills are Scala and Python. Also, I like the data, I eat Data. jejej
- 🤞 I am passionate about charting and graphs. Understand the charts then convert it to an actual fact, love it!
- 🧠 My brain is often hungry to get more knowledge of everything, keep learning is my weakness.
🧑💻 I have summarised many code lines to express my daily feelings through code
flowchart LR
subgraph EVERY DAY
A["Get Data"]-->B["Process Data"]
B["Process Data"]-->C["Show Results"]
B["Process Data"]-->D["Analytics"]
D["Analytics"]-->C["Show Results"]
end
C["Show Results"]-->E["Make money"]
D["Analytics"]-->E["Make money"]
import pandas as pd
# read or get data
df = pd.Dataframe(Random_dataframe)
# aggregate the data
group_df = df.groupBy('Column').agg({'quantity','sum'})
# reformating the data
pivot_df = group_df.pivot(index='Column', columns=['quantity'])💪 See my Github stats



