Dev

82 posts

Dev

Dev

@modidev07

Computer Engineering Grad | Data Analytics & Data Science Enthusiast 📊 | Python | SQL | Power BI | Advanced Excel | Exploring real-world ML projects

Se unió Ocak 2024
14 Siguiendo12 Seguidores
Tweet fijado
Dev
Dev@modidev07·
A professor called his students for a 3D video tutorial on Principal Component Analysis. Students entered the class wearing 3D glasses. They came out of the class without those 3D glasses. There is the explanation. #machinelearning
English
2
0
5
617
Dev
Dev@modidev07·
@NanaPhio Communication Attention to detail Decision making
English
1
0
1
64
Nana Phiona
Nana Phiona@NanaPhio·
As we enter a new week, what top three skills can make someone stand out as a data analyst?
English
8
9
33
2K
Nalin
Nalin@nalinrajput23·
what’s stopping you from coding like this?
Nalin tweet media
English
93
6
154
7K
Dev
Dev@modidev07·
@femininow Hey, let's connect.
English
0
0
1
6
Joy M.
Joy M.@femininow·
If you're in data let's connect
English
61
14
198
8.4K
Josh | Data Strategist
Josh | Data Strategist@TheAnalystbro·
Hey algorithm, connect me with people who love: 📊 Data Analysis 📈 Data Science 💻 Excel, SQL, Power BI & Python 🔍 Problem-solving 🧠 Critical thinking 📚 Continuous learning 📕 Data books 📝 Analytics projects 🔬 Research & insights 📖 Data storytelling 📢 Sharing knowledge It's Friday, let's connect 👋
Josh | Data Strategist tweet media
English
83
36
435
10.9K
Dev
Dev@modidev07·
@SumitM_X I always get curious reading these questions. Like what should be our point of consideration? So much confusion.
English
0
0
0
33
SumitM
SumitM@SumitM_X·
Which Query has better performance ? SELECT DISTINCT dept FROM emp; vs SELECT dept FROM emp GROUP BY dept;
English
21
6
123
40.6K
Dev
Dev@modidev07·
@Umesh__digital @SumitM_X Yes, that is what I thought. But I guess the first option is the go-to option.
English
0
0
1
91
Umesh Kumar Yadav
Umesh Kumar Yadav@Umesh__digital·
1) more efficient and less overhead compared to the union all method plus it is cleaner and easier to read 2) Union ALL usually runs two query in this case and scanes the while table twice. However, for large data sets union all may provide some benefits as "OR" degrades the indexing performance for large datasets.
English
1
0
2
2.2K
SumitM
SumitM@SumitM_X·
Which SQL Query has better performance ? SELECT * FROM emp WHERE dept = 'IT' OR dept = 'HR'; vs SELECT * FROM emp WHERE dept = 'IT' UNION ALL SELECT * FROM emp WHERE dept = 'HR';
English
18
8
171
50.3K
DesignToBuild
DesignToBuild@infiniteloop44·
Both queries are different. 1. WHERE salary = NULL • The Result: Returns nothing (Empty set). • The Logic: In SQL, any comparison to NULL using a standard operator (=,>,<) results in a state called UNKNOWN. • The "Why": Since NULL represents an unknown value, the database logic is: "I don't know what the salary is, and I don't know what this other thing is, so I can't say they are equal." Even NULL = NULL is false (or rather, unknown) in SQL. 2. WHERE salary IS NULL • The Result: Returns all rows where the salary column is empty/null. • The Logic: This uses a specialized comparison operator designed specifically to check for the presence of the NULL state. • The "Why": This is the proper syntax to ask the database: "Does this cell have a value or not?
English
11
19
725
87.7K
SumitM
SumitM@SumitM_X·
SELECT * FROM users WHERE salary = NULL; SELECT * FROM users WHERE salary IS NULL; Are both these queries same?
English
123
70
2.5K
595.5K
Dev
Dev@modidev07·
Is it just me or did you guys also get heavily confused learning performance metrics?
English
0
0
0
12
spidey
spidey@lochan_twt·
how about we all make 12 MONTHS - 12 PROJECTS in 2026 ?? who's up with me ?
English
595
100
2.5K
84.6K
Dev
Dev@modidev07·
@_devJNS Python in a way. But I still consider C to be the first.
English
0
0
0
2
JNS
JNS@_devJNS·
you wrote your first Hello World in which programming language?
JNS tweet media
English
895
174
1.7K
89.8K
Dev
Dev@modidev07·
There has been a massive delay in plans. A few things came up. But looking forward to getting things back on track.
English
0
0
0
6
Dev
Dev@modidev07·
Back from a break. Let's focus on learning and upskilling. Have a couple of unfinished projects. Some of them are Power BI projects, while others are ML projects. Will be sharing updates regarding the projects every Friday/Saturday. #keepongrinding
English
1
0
0
23
Dev
Dev@modidev07·
Suggest me a good medium to learn Tableau
English
0
0
0
8
Abraham Okah(info hub)
Abraham Okah(info hub)@AbrahamOkah2·
If you are Interested in these Tech career paths, please state it below and I'll share with you free courses to start! •Business Analytics •Cyber Security •Data Analytics •Digital Marketing •Project Management •Front-End Engineering •Software Engineering •UX/UI Design
English
1.3K
121
1.8K
129.5K
Ezekiel
Ezekiel@ezekiel_aleke·
Every Excel users know these formulas: SUM AVERAGE XLOOKUP VLOOKUP IF LEN TEXTJOIN Do you know them?
English
12
17
131
6.4K
Dev
Dev@modidev07·
@ahdebee The first goal is 100+. Will build consistency till then.
English
0
0
0
3
Tanu
Tanu@tanuutweets·
Let's connect until I reach 1000😺 I will fb.
English
221
5
297
15.6K
Ezekiel
Ezekiel@ezekiel_aleke·
Dear Data Analyst. What’s the cost of your Data Analysis knowledge? SQL = $200 DAX = $300 Excel = $200 Python = $300 Tableau = $200 PowerQuery = $300 Data Modeling = $300 Data visualization= $200 Presentation skill = $300 Joins and SubQueries = $300 Mine: $2100
English
11
10
117
7.4K
Dev
Dev@modidev07·
@Femi_forge Happened with me. A few years back I used to think SQL is one of the toughest things to learn. Now, the scenario is totally different.
English
0
0
0
22
Name Cannot be Blank💀
Name Cannot be Blank💀@NotyouAde·
It’s funny how learning works —what’s confusing you today will be the same thing you’ll confidently explain to someone tomorrow.
English
3
3
31
698