1 follower
Passionate Data Engineer skilled in SQL, Python, and Data Warehousing, with a habit of discovering new things in computer science.
Use cases Suitable if the pipeline runs infrequently. Assume the scenario if files are loaded in same directory everyday. If not used processed and...
When to choose List comprehension and generator expression? ยท syntax List comprehension [expression for item in iterable if condition] Generator...
Pre-requisites: Postgres database Python step -1 pip install psycopg2-binary step -2 postgres...
Java JDBC connection ยท package jdbc; import java.sql.*; public class PostgreSQLCRUDExample { // JDBC URL, username, and password static final...
In google sheets, how to add multiple values in same cell using drop down ยท This is exactly what I was looking for. Eamonn Cottrell did a great job -...
java oops ยท Class and Objects Class is a blueprint. An object is a real entity. NOTE : Don't confuse with these names they all same meaning States...