InTowards Data EngineeringbyRavi Nalla·Aug 19, 2024Short circuiting in Python with Logical Operators on NonBoolean valuesLearned something new today in Python and so wanted to share here..
InTowards Data EngineeringbyRavi Nalla·Apr 20, 2023Hadoop Components and Architecture — Hadoop v1.0We already know from the previous introductory article on big data, that it is efficiently handled by a cluster of machines. But, wouldn’t…
InTowards Data EngineeringbyRavi Nalla·Apr 8, 2023What is Big Data? How to handle it?Article 1 in Big Data Series
Ravi Nalla·Aug 20, 2022Pivot SQL Server data using Temporary Tables on TableauDeal with read-only SQL Server database, Pivot Query, Tableau altogether using Temporary (#temp) tables
Ravi Nalla·Apr 30, 2022flatMapValues in ScalaflatMapValues is a powerful function to assign one key to multiple values in a row. Let’s look at an example:
Ravi Nalla·Jan 22, 2022Python Hack for RTF textI deal with a read-only MS SQL Server data base day in and out to create reports. As with many of the legacy systems where we see unwanted…