Category: article

python @ Freshers.in

What are the different Python List Methods?

In Python Lists are used to store multiple items in a single variable. There are multiple built-in methods that you can use…

Continue Reading What are the different Python List Methods?
python @ Freshers.in

What are the Unix Specific Services in Python ?

The following are the unix specific services in Python posix : The most common POSIX system calls (This module provides…

Continue Reading What are the Unix Specific Services in Python ?
Snowflake

What is Snowflake Merge Command ? How to use it ?

The Snowflake Merge command will allows you to perform merge operations between two tables. The Merge operation includes Insert, Delete,…

Continue Reading What is Snowflake Merge Command ? How to use it ?
Snowflake

What are the Data Processing Operators in Snowflake ?

Filter : Represents an operation that filters the records. Attributes: Filter condition – the condition used to perform filtering. Join…

Continue Reading What are the Data Processing Operators in Snowflake ?
Snowflake

What are the features in Snowflake Query History page?

You can access the snowflake query history page from Navigation=>Compute=>Query History. Users can access the Query History page from the…

Continue Reading What are the features in Snowflake Query History page?
Snowflake

What are the Query Operators supported by Snowflake

Snowflake supports most of the standard operators defined in SQL:1999. Arithmetic Operators + , – , * , / ,…

Continue Reading What are the Query Operators supported by Snowflake
PySpark @ Freshers.in

PySpark – groupby with aggregation (count, sum, mean, min, max)

pyspark.sql.DataFrame.groupBy PySpark groupby functions groups the DataFrame using the specified columns to run aggregation ( count,sum,mean, min, max) on them….

Continue Reading PySpark – groupby with aggregation (count, sum, mean, min, max)