Felix Asibor π
@Fenalytics
Followers
238
Following
426
Media
56
Statuses
380
π Data Analyst | Excel, SQL, Python, Tableau, and Power BI | Transforming Raw Data into Business Insights
Joined March 2023
Hello X Iβm Felix Asibor β book writer, crypto & Forex trader, now transitioning into tech as a Data Analyst. π Bringing my love for insights & strategy into the data world. Letβs connect, #DataFam! πβ¨ #DataAnalytics #CareerTransition #CryptoTraderToDataAnalyst
0
2
22
Day 12 of #100DaysofDataAnalytics Check out the BMI calculator I built. I used the knowledge I've shared here to build it. Link:
github.com
Contribute to fasibor/BMI_Calculator development by creating an account on GitHub.
0
0
0
Day 11 of #100DaysofDataAnalytics I'm currently building a BMI calculator and will share, once done Stay tuned.....
0
0
1
For Day 10 of #100DaysOfDataAnalytics, I'm reflecting on what I've studied so far and going through my notes to solidify what I've learnt. Up next, I'll be building a BMI calculator. Stay Tuned
0
0
1
Functions + range = clean, reusable, and efficient code β a major level-up for data analytics tasks like automation, transformations, and calculations. On to Day 10! #Python #DataAnalytics #100DaysOfCode #LearningInPublic
1
0
2
5. The range() Function Used to generate a sequence of numbers β often used with loops.
1
0
0
4. Returning Values Functions can return data back to you using return.
1
0
0
1. What Are Functions? Functions let you group reusable blocks of code β helping you avoid repetition and write cleaner programs.
1
0
0
Day 9 of #100DaysOfDataAnalytics Today I learned about Functions in Python and how the powerful range() function works inside them. π§΅ Thread β
1
0
0
Yesterday was supposed to be Day 9 of #100DaysofDataAnalytics but there was power outage throughout. So, we continue today again.
0
0
0
for loops are essential for data cleaning, iteration, automation, and analyzing datasets β core skills for data analytics. On to Day 9! #Python #DataAnalytics #100DaysOfCode #LearningInPublic
0
0
0
3. We can loop through string 4. Loop through Dictionary 5. We can have a look inside another loop
1
0
0
1. Basic for Loop Used to repeat actions over a sequence (list, tuple, string, etc.) 2. Looping With range() Great for running a loop a specific number of times.
1
0
0
Day 8 of #100DaysOfDataAnalytics Today I focused on Python for loops β one of the most powerful tools for iterating through data. π§΅ Thread β
1
0
0
These structures help programs make decisions and repeat tasks. They are key skills for writing cleaner logic in data projects. On to Day 8! #Python #DataAnalytics #100DaysOfCode #LearningInPublic
0
0
0
3. while Loop Runs repeatedly as long as the condition remains True.
1
0
0
2. Nested if Statements An if inside another if. Useful for multiple layers of conditions.
1
0
0
1. if-else Statement Used when we want the program to choose between two actions.
1
0
0