- 15
- 4 817
equalsAndHashCode
India
Приєднався 16 кві 2021
This channel is focused towards data engineers and software engineers who can benefit from the forum.
I work as a Data Engineer/Architect and have experience in building big data pipelines. I also work on huge sets of data up to scale of Peta Bytes. I work with cloud systems.
I love to put up stories made out of data.
I work as a Data Engineer/Architect and have experience in building big data pipelines. I also work on huge sets of data up to scale of Peta Bytes. I work with cloud systems.
I love to put up stories made out of data.
Leetcode SQL 50 | Pyspark Interview Problem | Replace Employee ID With The Unique Identifier.
Find the code at the link to my github account: github.com/abhimanyu-mitra/
#pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience #leetcodesql #sql50
#pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience #leetcodesql #sql50
Переглядів: 44
Відео
Leetcode SQL 50 | Pyspark Interview Problem | Invalid Tweets.
Переглядів 357 місяців тому
Find the code at the link to my github account: github.com/abhimanyu-mitra/ #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience #leetcodesql #sql50
Leetcode SQL 50 | Pyspark Interview Problem | Article Views.
Переглядів 587 місяців тому
Find the code at the link to my github account: github.com/abhimanyu-mitra/ #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience #leetcodesql #sql50
Leetcode SQL 50 | Pyspark Interview Problem | Big Countries.
Переглядів 567 місяців тому
Find the code at the link to my github account: github.com/abhimanyu-mitra/ #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience #leetcodesql #sql50
Leetcode SQL 50 | Pyspark Interview Problem | Find Customer Referee
Переглядів 387 місяців тому
Find the code at the link to my github account: github.com/abhimanyu-mitra/pyspark-sql-problems #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience #leetcodesql #sql50
Leetcode SQL 50 | Interview Problem | Pyspark | Low Fat And Recyclable
Переглядів 467 місяців тому
Find the code at the link to my github account: github.com/abhimanyu-mitra/pyspark-sql-problems #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience
Human Traffic In Stadium Leetcode SQL
Переглядів 338 місяців тому
Find the code at the link to my github account: github.com/abhimanyu-mitra/pyspark-sql-problems #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience #vscode
Trips and Users
Переглядів 418 місяців тому
Find the code at the link to my github account: github.com/abhimanyu-mitra/pyspark-sql-problems #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience
REGEX | Leetcode Invalid Emails
Переглядів 1412 роки тому
#pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience #vscode #regex #regexp
Identifying duplicates in a data frame | Pyspark
Переглядів 4312 роки тому
#pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience
Schedule a cricket match between teams in pyspark
Переглядів 2343 роки тому
Find the code at the link to my github account: github.com/abhimanyu-mitra/pyspark-sql-problems #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience
Consecutive Numbers - Leetcode problem in pyspark.
Переглядів 3123 роки тому
Find the code at the link to my github account: github.com/abhimanyu-mitra/pyspark-sql-problems #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dataengineer #jupyternotebook #datascience
Top 3 highest salary - #Leetcode #SQL Problem in #Pyspark, Level Hard
Переглядів 5593 роки тому
How to solve a leetcode sql problem in pyspark. Github link: github.com/abhimanyu-mitra/pyspark-sql-problems This is a hard level problem on leetcode in sql. Here is the approach to solve the same problem using pyspark. Link to the problem on leetcode is: leetcode.com/problems/department-top-three-salaries/ #pyspark #bigdata #leetcode #sql #python #coding #bigdata #mysql #interviewquestion #dat...
Leetcode Problem: Employees Earning More Than Their Managers in pyspark
Переглядів 3543 роки тому
Github link: github.com/abhimanyu-mitra/pyspark-sql-problems
Find the nth highest salary in a table using spark
Переглядів 2,4 тис.3 роки тому
Github link to this code: github.com/abhimanyu-mitra/pyspark-sql-problems
👊 Promo*SM
How to shedule match for two group like Group A and Group B
Raj we can cross join Group A and Group B
Thank you
Thank you so much for this video, I learned so much✌✌✌
could you do a video on how to ID the duplicates and then based on the rank, flag the duplicates or put them into a new dataframe? Would it also be possible to merge the duplicates data if needed? Thank you for the great video. I predict your content will grow in users so its really cool that I can be here early.
Thank you bela for the kind words. Yes we can to flag the duplicates we can use the filter dense_rank > 1 and create a new data frame. We can union both the data frames to merge them back.
the KIND OF EXPLANATION we all need... KUDOS bro... very well explained...Right from the basics and very first line of the code... I will be awaiting desperately for more videos from you for all the DATA ENGINEERING enthusiast. SQL, Python, Spark...💥💥💥💥💥
Thank you Pradeep for the kind words
Great video Alternate scenario: what if some other odd-numbere consecutive values like 5. Could we make 4 cols lag_1, lag_2, lead_1, lead_2 at offsets of 1 and 2 and compare them similarly
Absolutely. That's another solution for the same problem. Thank you
This is so cool, from the way the question was explained to the solution itself. Brilliant.
Glad that you liked it Mayank
Very nicely explained, Thank you for the efforts.
Happy to help
❤️
Thank you Rajdeep
Nice one❤️
Thank you Yogesh!
So cool
Thank you Ananya
Fantastic content 👏👏👏
Glad that you liked it
Good job abhi
Thank you Bhupendra
👍
Thanks Nishant
Very nicely explained 🙂🙂
Happy that you liked it 😊
Very informative and detailed video!
Glad that you liked it Suraj
Bhai android application sikhao...wo hum sikhna chahte hai
Sure next target!!
You made it look so simple!!🙂🙂😊
Thanks for the appreciation
Good one Abhi
Thanks for liking it Nishant
GG
GG 👍🏻
Nice one👍
Thanks for the visit
Framed well Abhi
Thank you Nishant
Very well explained 🙂🙂
Glad you liked it
Very nicely explained
Thank you so much 🙂