AllSparkTech1 Profile Banner
Abasiono Alexander Profile
Abasiono Alexander

@AllSparkTech1

Followers
199
Following
4K
Media
189
Statuses
1K

Web Developer, Data Scientist and Graphics Designer

Remote
Joined August 2022
Don't wanna be here? Send us removal request.
@AllSparkTech1
Abasiono Alexander
5 months
I’m thrilled to share that I’m proud to have designed and developed a mental health website for Saner LTD using React.js. The website is live, and you can check it out here: . Let’s connect and build something amazing together! 🌟.#webdesign #reactjs
Tweet media one
Tweet media two
Tweet media three
Tweet media four
4
0
14
@AllSparkTech1
Abasiono Alexander
2 days
Thank you @geegpay_hq for saving me today πŸ˜‚πŸ˜‚πŸ˜‚
Tweet media one
0
0
0
@grok
Grok
3 days
Join millions who have switched to Grok.
151
286
2K
@AllSparkTech1
Abasiono Alexander
2 days
The time and consistency I put into my tech learning journey is much to an extent where someone asked me " What if this tech no later pay you", 😞😞πŸ₯Ί for a while I was weak and dumbfounded. I'm still thinking about the question ❓ but still I'm not scared 🀣. #datafam
Tweet media one
0
0
1
@AllSparkTech1
Abasiono Alexander
3 days
Claude by @AnthropicAI, Chatgpt @OpenAI, Copilot by @github no mistakes @_devJNS the rest know their functions πŸ˜€.
@_devJNS
⚑JNS⚑ 𝕩
3 days
which app do you trust to build a $10k app with no mistakes?
Tweet media one
0
0
0
@AllSparkTech1
Abasiono Alexander
3 days
RT @_devJNS: which app do you trust to build a $10k app with no mistakes?
Tweet media one
0
31
0
@AllSparkTech1
Abasiono Alexander
4 days
I earned a statement of accomplishment on DataCamp for completing Introduction to Statistics in Python!.
Tweet card summary image
datacamp.com
Abasiono Alexander earned a Statement of Accomplishment on DataCamp for completing Introduction to Statistics in Python.
0
0
1
@AllSparkTech1
Abasiono Alexander
5 days
RT @Fenalytics: 1/.Hey #datafam . I explored a cancer dataset focused on Europe and found some powerful insights on patient outcomes, risk….
0
23
0
@AllSparkTech1
Abasiono Alexander
5 days
I do πŸ˜‚.
@Adityapandeydev
Adith
6 days
Is anyone still using VS Code?
Tweet media one
0
0
0
@AllSparkTech1
Abasiono Alexander
5 days
RT @gozkybrain4u: Manifest for the new week under this post.
Tweet media one
0
10
0
@AllSparkTech1
Abasiono Alexander
5 days
Do you remember when you joined X? I do! #MyXAnniversary
Tweet media one
0
0
1
@AllSparkTech1
Abasiono Alexander
7 days
@AllSparkTech1
Abasiono Alexander
7 days
✨ Good morning #LinkedIn, #DataFam, and #Datacamp Community!. Today, I’d love to share an important concept I explored in Python for Data Science - filtering data with pandas Data frames. #DataScience #Python #Pandas #LearningJourney #DataAnalytics #CareerGrowth
Tweet media one
0
0
3
@AllSparkTech1
Abasiono Alexander
7 days
πŸ’‘ Takeaway: Understanding how to filter data effectively is a crucial skill for every aspiring data scientist, it’s the foundation of data exploration and analysis.
0
0
2
@AllSparkTech1
Abasiono Alexander
7 days
πŸ” The beauty of pandas is that it gives us flexibility in how we access and analyze data, whether by labels or integer positions. This becomes extremely powerful when dealing with complex datasets in fields like business analytics, scientific research, and even AI model building.
0
0
2
@AllSparkTech1
Abasiono Alexander
7 days
2️⃣ Label-based Indexing (loc)brics.loc[:, "Area"].πŸ‘‰ Retrieves all rows for the Area column using labels. 3️⃣ Integer-based Indexing (iloc). brics.iloc[:, 2].πŸ‘‰ Retrieves all rows of the 3rd column (which is Area).
0
0
1
@AllSparkTech1
Abasiono Alexander
7 days
πŸ“Š For example, consider a dataset named brics with columns: Country, Capital, Area, and Population. Here are a few ways pandas allow us to filter and explore:. 1️⃣ Direct Column Access. brics['Area'].πŸ‘‰ This returns the Area column from the DataFrame.
0
0
1
@AllSparkTech1
Abasiono Alexander
7 days
In real-world datasets, we often deal with huge tables containing multiple columns and thousands (or even millions) of rows. To gain insights efficiently, we need to filter or subset our data.
0
0
1
@AllSparkTech1
Abasiono Alexander
7 days
✨ Good morning #LinkedIn, #DataFam, and #Datacamp Community!. Today, I’d love to share an important concept I explored in Python for Data Science - filtering data with pandas Data frames. #DataScience #Python #Pandas #LearningJourney #DataAnalytics #CareerGrowth
Tweet media one
5
0
4
@AllSparkTech1
Abasiono Alexander
7 days
@AllSparkTech1
Abasiono Alexander
7 days
πŸš€ Diving Deeper into Python for Data Science. As I continue my journey in Data Science, I’ve been exploring logic control flow and filtering in Python a powerful concept that relies on operators to define relationships between values and guide decision-making in code. #Datacamp.
0
0
1
@AllSparkTech1
Abasiono Alexander
7 days
@AllSparkTech1
Abasiono Alexander
7 days
πŸš€ Diving Deeper into Python for Data Science. As I continue my journey in Data Science, I’ve been exploring logic control flow and filtering in Python a powerful concept that relies on operators to define relationships between values and guide decision-making in code. #Datacamp.
0
0
1
@AllSparkTech1
Abasiono Alexander
7 days
πŸ’‘ Each step in Python reveals how logic and math come together to transform raw data into insight one operator at a time.
0
0
1
@AllSparkTech1
Abasiono Alexander
7 days
`OR` β†’ True if at least one condition is True (`True or False β†’ True`).`NOT` β†’ Negates a condition (`not True β†’ False`). Understanding these operators is essential for data filtering, conditional logic, and building efficient workflows in libraries like Pandas and NumPy.
0
0
1