How to collect data and extract actionable insights from descriptive, diagnostic, predictive, and prescriptive data analytics using the drivetrain approach
Difference between SQL and NoSQL database. When to choose NoSQL over SQL. Decision tree to pick from RDBMS, key-value, wide column, document, graph dbs.
How to efficiently iterate over rows in a Pandas DataFrame and apply a function to each row. 5 simple yet faster alternatives to Pandas apply and iterrow methods.