π 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