Skip to content

Elijas/restaurants-pandas-data-wrangling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

View the solution

Description

This is a Pandas solution to a data wrangling task.

Task

  • Using Pandas library read the files: "users.csv", "restaurants.csv" and "ratings.csv".
  • For each restaurant in the state of San Luis Potosi calculate average rating and user count by the users aged from 30 to 40 years. Sort results in the descending order and save it to a file "rez.csv".
  • "excepted_output.csv" is provided for you as the expected output.

About

Pandas solution to a data wrangling task "restaurants"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published