https://github.com/bhavanachitragar/data-analysis-using-pyspark
Working with pyspark module in python and using google colab environment in order to apply some queries to the dataset. The dataset consist of two csv files listening.csv and genre.csv. Also, visualizing query results using matplotlib.
https://github.com/bhavanachitragar/data-analysis-using-pyspark
data-analysis google-colab pyspark-sql
Last synced: 12 months ago
JSON representation
Working with pyspark module in python and using google colab environment in order to apply some queries to the dataset. The dataset consist of two csv files listening.csv and genre.csv. Also, visualizing query results using matplotlib.
- Host: GitHub
- URL: https://github.com/bhavanachitragar/data-analysis-using-pyspark
- Owner: bhavanachitragar
- Created: 2024-04-03T10:39:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T10:54:50.000Z (about 2 years ago)
- Last Synced: 2025-03-11T14:21:25.909Z (over 1 year ago)
- Topics: data-analysis, google-colab, pyspark-sql
- Language: Jupyter Notebook
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Analysis using Pyspark
-------------------------------------------------------------
- Importing first csv file of our dataset
- Using pyspark sql data frame
- Queries to extract useful information
- Importing second csv file of our dataset
- Merging two data frames and prepare it for more advanced queries
- Visualizing results using matplotlib
----------------------------------------------------------------