Author: user

Google Big Query @ Freshers.in

How to connect Pyspark to Google BigQuery ?

To connect PySpark to Google BigQuery, you will need to have the Google Cloud SDK and the BigQuery connector for…

Continue Reading How to connect Pyspark to Google BigQuery ?
AWS EC2 @ Freshers.in

How to SSH or connect between two AWS EC2 instance ?

You can use the SSH command to connect to another AWS EC2 instance from the command line. Here are the…

Continue Reading How to SSH or connect between two AWS EC2 instance ?
Python Pandas @ Freshers.in

How to split Pandas DataFrame in Python ?

You can use the pd.DataFrame.iloc[] function to split a Pandas DataFrame. The iloc[] function is used to get rows or…

Continue Reading How to split Pandas DataFrame in Python ?
Snowflake

What are the advantages of using snowflake over redshift ?

There are a few advantages to using Snowflake over Redshift: Scalability: Snowflake is designed to scale up and down easily,…

Continue Reading What are the advantages of using snowflake over redshift ?

How to read data from AWS Secrets Manager using Python ?

Python programmers can utilise the boto3 library, which is the AWS SDK for Python, to read data from AWS Secrets…

Continue Reading How to read data from AWS Secrets Manager using Python ?