groupby-function
There are 8 repositories under groupby-function topic.
sjtechdev/fastgrouper
Fast groupby-apply operations in python.
Ninad077/Python_Exploratory_Data_Analysis-EDA
Content: Plotting_line_&_bar_graphs_using_plt_&_sns, labelling_the_axes_&_titles, groupby_function, count_value_function, dropping_a_column, Exploratory_data_analysis_(EDA), Data_preprocessing
Pranavi1990/Travel-Case-Study
This SQL Case study was provided by Ankit Bansal on his Youtube channel
pruthviiraj/Diamond-Analysis
Diamond Characteristics Analysis using SQL quries
TutiB-sys/Aribnb_Data_Analysis
Airbnb project is intended to analyze Airbnb's business in the New York area. It helps customers compare prices, and see availabilities, locations, and reviews.
dpgitaccount/SQL-Interview-Questions
A comprehensive repository of SQL interview questions covering basic to advanced topics, including queries on joins, aggregations, subqueries, and performance optimization. Ideal for interview preparation and skill enhancement.
melindamalone/School_District_Analysis
The School District Analysis uses Python, Anaconda, Jupyter Notebook, the Pandas library specifically DataFrames, and NumPy to perform analysis on school data for fifteen different high schools across four different grades by merging the data into several Pandas DataFrames. Using the Pandas loc method, Pandas groupby function and bins, the average math, reading, and overall scores and passing rates were identified by student budget, by school size, and by school type.