Category: article

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 ?
PySpark @ Freshers.in

PySpark : How to read date datatype from CSV ?

We specify schema = true when a CSV file is being read. Spark determines the data type of a column…

Continue Reading PySpark : How to read date datatype from CSV ?
AI @ Freshers.in

Predicting House Prices in Bengaluru : Machine Learning Project

The Predicting House Prices in Bengaluru Machine Learning Project aims to build a predictive model that can accurately predict the…

Continue Reading Predicting House Prices in Bengaluru : Machine Learning Project

Mall Customer Segmentation : Machine Learning Project

The Mall Customer Segmentation Machine Learning Project aims to build a predictive model that can accurately segment customers of a…

Continue Reading Mall Customer Segmentation : Machine Learning Project