Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.

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

----------------------------------------------------------------