https://github.com/samridhisainii/auction-data-trends
It includes PySpark code for data processing and SQL queries for insightful analysis of IPL auction statistics.
https://github.com/samridhisainii/auction-data-trends
data-science pyspark sql
Last synced: about 1 year ago
JSON representation
It includes PySpark code for data processing and SQL queries for insightful analysis of IPL auction statistics.
- Host: GitHub
- URL: https://github.com/samridhisainii/auction-data-trends
- Owner: SAMRIDHISAINII
- Created: 2023-11-26T14:31:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T14:44:27.000Z (over 2 years ago)
- Last Synced: 2025-01-28T09:49:05.307Z (about 1 year ago)
- Topics: data-science, pyspark, sql
- Language: Jupyter Notebook
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPL_Auction_analysis
## Overview
This project performs analysis on IPL (Indian Premier League) auction data using PySpark and SQL. It includes PySpark code for data processing and SQL queries for insightful analysis of IPL auction statistics.
## Table of Contents
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Running the Analysis](#running-the-analysis)
- [Sample Queries](#sample-queries)
- [Data](#data)
- [Contributing](#contributing)
- [License](#license)
## Getting Started
### Prerequisites
Make sure you have the following prerequisites installed on your machine:
- Apache Spark
- Python
- PySpark library
- [Your IPL dataset in CSV format](#data)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/ipl-auction-analysis.git
cd ipl-auction-analysis