Category: article

PySpark @ Freshers.in

How to drop nulls in a dataframe : PySpark

For most of the data cleansing the first thing that you may need to do drop the nulls in the…

Continue Reading How to drop nulls in a dataframe : PySpark
Snowflake

Why sqitch init snowflake cannot determine Snowflake account name ?

Currently supported databases by Sqitch’s database change management tool include Snowflake’s Cloud Data Warehouse as well as PostgreSQL 8.4+, SQLite…

Continue Reading Why sqitch init snowflake cannot determine Snowflake account name ?

AI for Solving Quantitative Reasoning Problems – Minerva

Google AI Introduces Minerva: A Natural Language Processing (NLP) Model for solving  Mathematical Questions Solving mathematical and scientific questions was…

Continue Reading AI for Solving Quantitative Reasoning Problems – Minerva
Apache Airflow

Airflow dags not getting refreshed/updating. How to do it manually?

Refreshing Airflow Dag Manually Solution After creating a DAG in Airflow, we anticipate its immediate refresh. However, even after refreshing…

Continue Reading Airflow dags not getting refreshed/updating. How to do it manually?

pyplot : Sample code to draw a graph using python like MATLAB.

matplotlib.pyplot is a collection of functions that make matplotlib work like MATLAB. pyplot function can creates plotting area in a…

Continue Reading pyplot : Sample code to draw a graph using python like MATLAB.
SQL @ Freshers.in

What are the Aggregate functions in SQL ?

Aggregate functions are the function that is used to compute against a “returned column of numeric data” from your select…

Continue Reading What are the Aggregate functions in SQL ?